AzureWebPubSubHubResource Constructors
Class Constructors 2 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
name string The name of the resource. webpubsub AzureWebPubSubResource The 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
name string The name of the resource. hubName string The name of the Azure Web PubSub Hub. webpubsub AzureWebPubSubResource The AzureWebPubSubResource that the resource belongs to.