AzureServiceBusTopicResource.withProperties
Method
interface AzureServiceBusTopicResource { // ... omitted for brevity withProperties(configure: (obj: AzureServiceBusTopicResource) => Promise<void>): AzureServiceBusTopicResource;}Signature
method
withPropertiesbuilderAllows setting the properties of an Azure Service Bus Topic resource.
withProperties(configure: (obj: AzureServiceBusTopicResource) => Promise<void>): AzureServiceBusTopicResourceParameters
configure(obj: AzureServiceBusTopicResource) => Promise<void>Returns
AzureServiceBusTopicResourceDefined on
This method is defined on the following type: