Share via


AzureServiceBusResource(String, Action<ResourceModuleConstruct>) Constructor

Definition

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.

Applies to