Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Definition Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interfaces
IBlank |
The first stage of a Service Bus namespace definition. |
IDefinition |
The entirety of the Service Bus namespace definition. |
IWithAuthorizationRule |
The stage of the Service Bus namespace definition allowing to add an authorization rule for accessing the namespace. |
IWithCreate |
The stage of the definition which contains all the minimum required inputs for the resource to be created (via WithCreate.create()), but also allows for any other optional settings to be specified. |
IWithGroup |
The stage of the Service Bus namespace definition allowing to specify the resource group. |
IWithQueue |
The stage of the Service Bus namespace definition allowing to add a new queue in the namespace. |
IWithSku |
The stage of the Service Bus namespace definition allowing to specify the sku. |
IWithTopic |
The stage of the Service Bus namespace definition allowing to add a new topic in the namespace. |
Azure SDK for .NET