| Package | Description |
|---|---|
| com.microsoft.azure.management.eventhub |
This package contains the classes for EventHubManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static SkuTier |
SkuTier.BASIC
Static value Basic for SkuTier.
|
static SkuTier |
SkuTier.STANDARD
Static value Standard for SkuTier.
|
| Modifier and Type | Method and Description |
|---|---|
static SkuTier |
SkuTier.fromString(String name)
Creates or finds a SkuTier from its string representation.
|
SkuTier |
EventHubNamespaceSkuType.tier() |
SkuTier |
Sku.tier()
Get the billing tier of this particular SKU.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<SkuTier> |
SkuTier.values() |
| Modifier and Type | Method and Description |
|---|---|
Sku |
Sku.withTier(SkuTier tier)
Set the billing tier of this particular SKU.
|
| Constructor and Description |
|---|
EventHubNamespaceSkuType(SkuName name,
SkuTier tier)
Creates event hub namespace sku.
|
Copyright © 2019. All rights reserved.