Package | Description |
---|---|
com.microsoft.azure.management.eventhub |
This package contains the classes for EventHubManagementClient.
|
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 © 2019. All rights reserved.