| Package | Description |
|---|---|
| com.azure.resourcemanager.eventhubs.fluent.models |
Package containing the inner data models for EventHubManagementClient.
|
| com.azure.resourcemanager.eventhubs.models |
Package containing the data models for EventHubManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Sku |
EHNamespaceInner.sku()
Get the sku property: Properties of sku resource.
|
| Modifier and Type | Method and Description |
|---|---|
EHNamespaceInner |
EHNamespaceInner.withSku(Sku sku)
Set the sku property: Properties of sku resource.
|
| Modifier and Type | Method and Description |
|---|---|
Sku |
EventHubNamespaceSkuType.innerModel() |
Sku |
Sku.withCapacity(Integer capacity)
Set the capacity property: The Event Hubs throughput units, value should be 0 to 20 throughput units.
|
Sku |
Sku.withName(SkuName name)
Set the name property: Name of this SKU.
|
Sku |
Sku.withTier(SkuTier tier)
Set the tier property: The billing tier of this particular SKU.
|
| Constructor and Description |
|---|
EventHubNamespaceSkuType(Sku sku)
Creates event hub namespace sku.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.