| Modifier and Type | Field and Description |
|---|---|
static NamespaceSku |
NamespaceSku.BASIC
Static value NamespaceSku for BASIC.
|
static NamespaceSku |
NamespaceSku.PREMIUM_CAPACITY1
Static value NamespaceSku for PREMIUM_CAPACITY1.
|
static NamespaceSku |
NamespaceSku.PREMIUM_CAPACITY2
Static value NamespaceSku for PREMIUM_CAPACITY2.
|
static NamespaceSku |
NamespaceSku.PREMIUM_CAPACITY4
Static value NamespaceSku for PREMIUM_CAPACITY4.
|
static NamespaceSku |
NamespaceSku.STANDARD
Static value NamespaceSku for STANDARD.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceSku |
ServiceBusNamespace.sku() |
| Modifier and Type | Method and Description |
|---|---|
ServiceBusNamespace.DefinitionStages.WithCreate |
ServiceBusNamespace.DefinitionStages.WithSku.withSku(NamespaceSku namespaceSku)
Specifies the namespace sku.
|
ServiceBusNamespace.Update |
ServiceBusNamespace.UpdateStages.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.
*/