Skip to content
Docs Try Aspire
Docs Try

AzureServiceBusTopicResource.withProperties

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

Signature

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

Defined on

This method is defined on the following type: