public static interface ServiceBusNamespace.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
ServiceBusNamespace.DefinitionStages.Blank
The first stage of a Service Bus namespace definition.
|
static interface |
ServiceBusNamespace.DefinitionStages.WithAuthorizationRule
The stage of the Service Bus namespace definition allowing to add an authorization rule for accessing
the namespace.
|
static interface |
ServiceBusNamespace.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create() ), but also allows
for any other optional settings to be specified. |
static interface |
ServiceBusNamespace.DefinitionStages.WithGroup
The stage of the Service Bus namespace definition allowing to specify the resource group.
|
static interface |
ServiceBusNamespace.DefinitionStages.WithQueue
The stage of the Service Bus namespace definition allowing to add a new queue in the namespace.
|
static interface |
ServiceBusNamespace.DefinitionStages.WithSku
The stage of the Service Bus namespace definition allowing to specify the sku.
|
static interface |
ServiceBusNamespace.DefinitionStages.WithTopic
The stage of the Service Bus namespace definition allowing to add a new topic in the namespace.
|
Copyright © 2019. All rights reserved.