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