| Package | Description |
|---|---|
| com.azure.resourcemanager.eventhubs.models |
Package containing the data models 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 |
Sku.tier()
Get the tier property: The billing tier of this particular SKU.
|
SkuTier |
EventHubNamespaceSkuType.tier() |
| Modifier and Type | Method and Description |
|---|---|
Sku |
Sku.withTier(SkuTier tier)
Set the tier property: The billing tier of this particular SKU.
|
| Constructor and Description |
|---|
EventHubNamespaceSkuType(SkuName name,
SkuTier tier)
Creates event hub namespace sku.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.