Interface ServiceBusNamespace.DefinitionStages
-
- Enclosing interface:
- ServiceBusNamespace
public static interface ServiceBusNamespace.DefinitionStagesGrouping of Service Bus namespace definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceServiceBusNamespace.DefinitionStages.BlankThe first stage of a Service Bus namespace definition.static interfaceServiceBusNamespace.DefinitionStages.WithAuthorizationRuleThe stage of the Service Bus namespace definition allowing to add an authorization rule for accessing the namespace.static interfaceServiceBusNamespace.DefinitionStages.WithCreateThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceServiceBusNamespace.DefinitionStages.WithGroupThe stage of the Service Bus namespace definition allowing to specify the resource group.static interfaceServiceBusNamespace.DefinitionStages.WithQueueThe stage of the Service Bus namespace definition allowing to add a new queue in the namespace.static interfaceServiceBusNamespace.DefinitionStages.WithSkuThe stage of the Service Bus namespace definition allowing to specify the sku.static interfaceServiceBusNamespace.DefinitionStages.WithTopicThe stage of the Service Bus namespace definition allowing to add a new topic in the namespace.
-