AzureServiceBusRule(String) Constructor

Definition

Represents a Service Bus Rule. Initializes a new instance of the AzureServiceBusRule class.

public AzureServiceBusRule(string name);
new Aspire.Hosting.Azure.AzureServiceBusRule : string -> Aspire.Hosting.Azure.AzureServiceBusRule
Public Sub New (name As String)

Parameters

name
String

Remarks

Use ConfigureInfrastructure<T>(IResourceBuilder<T>, Action<AzureResourceInfrastructure>) to configure specific Aspire.Hosting.Azure.Provisioning properties.

Applies to