AzureServiceBusRule(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.