Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Definition Namespace

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.