Skip to content
Docs Try Aspire
Docs Try

AzureServiceBusQueueResource.withProperties

Method
📦 Aspire.Hosting.Azure.ServiceBus v13.4.0
interface AzureServiceBusQueueResource {
// ... omitted for brevity
withProperties(configure: (obj: AzureServiceBusQueueResource) => Promise<void>): AzureServiceBusQueueResource;
}

Signature

method withProperties builder
Allows setting the properties of an Azure Service Bus Queue resource.
withProperties(configure: (obj: AzureServiceBusQueueResource) => Promise<void>): AzureServiceBusQueueResource
configure (obj: AzureServiceBusQueueResource) => Promise<void>
AzureServiceBusQueueResource

Defined on

This method is defined on the following type: