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