AzureServiceBusResource Constructors
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.
Overloads
AzureServiceBusResource(String, Action<AzureResourceInfrastructure>) |
Represents an Azure Service Bus resource. |
AzureServiceBusResource(String, Action<ResourceModuleConstruct>) |
Represents an Azure Service Bus resource. |
AzureServiceBusResource(String, Action<AzureResourceInfrastructure>)
- Source:
- AzureServiceBusResource.cs
Represents an Azure Service Bus resource.
public AzureServiceBusResource (string name, Action<Aspire.Hosting.Azure.AzureResourceInfrastructure> configureInfrastructure);
new Aspire.Hosting.Azure.AzureServiceBusResource : string * Action<Aspire.Hosting.Azure.AzureResourceInfrastructure> -> Aspire.Hosting.Azure.AzureServiceBusResource
Public Sub New (name As String, configureInfrastructure As Action(Of AzureResourceInfrastructure))
Parameters
- name
- String
The name of the resource.
- configureInfrastructure
- Action<AzureResourceInfrastructure>
Callback to configure the Azure Service Bus resource.
Applies to
AzureServiceBusResource(String, Action<ResourceModuleConstruct>)
- Source:
- AzureServiceBusResource.cs
Represents an Azure Service Bus resource.
public AzureServiceBusResource (string name, Action<Aspire.Hosting.ResourceModuleConstruct> configureConstruct);
new Aspire.Hosting.Azure.AzureServiceBusResource : string * Action<Aspire.Hosting.ResourceModuleConstruct> -> Aspire.Hosting.Azure.AzureServiceBusResource
Public Sub New (name As String, configureConstruct As Action(Of ResourceModuleConstruct))
Parameters
- name
- String
The name of the resource.
- configureConstruct
- Action<ResourceModuleConstruct>
Callback to configure the Azure Service Bus resource.