| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceBusNamespace.Definition
The entirety of the Service Bus namespace definition.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceBusNamespace.DefinitionStages.WithCreate |
ServiceBusNamespace.DefinitionStages.WithAuthorizationRule.withNewListenRule(String name)
Creates a listen authorization rule for the Service Bus namespace.
|
ServiceBusNamespace.DefinitionStages.WithCreate |
ServiceBusNamespace.DefinitionStages.WithAuthorizationRule.withNewManageRule(String name)
Creates a manage authorization rule for the Service Bus namespace.
|
ServiceBusNamespace.DefinitionStages.WithCreate |
ServiceBusNamespace.DefinitionStages.WithQueue.withNewQueue(String name,
int maxSizeInMB)
Creates a queue entity in the Service Bus namespace.
|
ServiceBusNamespace.DefinitionStages.WithCreate |
ServiceBusNamespace.DefinitionStages.WithAuthorizationRule.withNewSendRule(String name)
Creates a send authorization rule for the Service Bus namespace.
|
ServiceBusNamespace.DefinitionStages.WithCreate |
ServiceBusNamespace.DefinitionStages.WithTopic.withNewTopic(String name,
int maxSizeInMB)
Creates a topic entity in the Service Bus namespace.
|
ServiceBusNamespace.DefinitionStages.WithCreate |
ServiceBusNamespace.DefinitionStages.WithSku.withSku(NamespaceSku namespaceSku)
Specifies the namespace sku.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/