| Modifier and Type | Method and Description |
|---|---|
Sku |
EventHubNamespaceSkuType.inner() |
Sku |
Sku.withCapacity(Integer capacity)
Set the Event Hubs throughput units, value should be 0 to 20 throughput units.
|
Sku |
Sku.withName(SkuName name)
Set name of this SKU.
|
Sku |
Sku.withTier(SkuTier tier)
Set the billing tier of this particular SKU.
|
| Constructor and Description |
|---|
EventHubNamespaceSkuType(Sku sku)
Creates event hub namespace sku.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/