AzureWebPubSubResource Constructors
Class Constructors 1 member
Represents an Azure Web PubSub resource.
Constructor(string, Action<AzureResourceInfrastructure>) Section titled Constructor(string, Action<AzureResourceInfrastructure>) Represents an Azure Web PubSub resource.
public class AzureWebPubSubResource{ public AzureWebPubSubResource( string name, Action<AzureResourceInfrastructure> configureInfrastructure) { // ... }}Parameters
name string The name of the resource. configureInfrastructure Action<AzureResourceInfrastructure> Callback to configure the Azure resources.