AzureWebPubSubHubResource Constructors
ClassConstructors2 members
Represents an Azure Web PubSub Hub setting resource.
Constructor(string, AzureWebPubSubResource)Section titled Constructor(string, AzureWebPubSubResource) Represents an Azure Web PubSub Hub setting resource.
public class AzureWebPubSubHubResource{ public AzureWebPubSubHubResource( string name, AzureWebPubSubResource webpubsub) { // ... }}Parameters
namestringThe name of the resource.webpubsubAzureWebPubSubResourceThe AzureWebPubSubResource that the resource belongs to.Constructor(string, string, AzureWebPubSubResource)Section titled Constructor(string, string, AzureWebPubSubResource) Represents an Azure Web PubSub Hub setting resource.
public class AzureWebPubSubHubResource{ public AzureWebPubSubHubResource( string name, string hubName, AzureWebPubSubResource webpubsub) { // ... }}Parameters
namestringThe name of the resource.hubNamestringThe name of the Azure Web PubSub Hub.webpubsubAzureWebPubSubResourceThe AzureWebPubSubResource that the resource belongs to.