Skip to content
Docs Try Aspire

AzureServiceBusQueueResource.withProperties

Method
📦 Aspire.Hosting.Azure.ServiceBus v13.2.0-preview.1.26159.1
interface AzureServiceBusQueueResource {
// ... omitted for brevity
withProperties(configure: (obj: AzureServiceBusQueueResource) => void): AzureServiceBusQueueResource;
}

Signature

method withProperties builder
Configures properties of an Azure Service Bus queue
withProperties(configure: (obj: AzureServiceBusQueueResource) => void): AzureServiceBusQueueResource
configure (obj: AzureServiceBusQueueResource) => void
AzureServiceBusQueueResource

Defined on

This method is defined on the following type: