| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.models |
Package containing the data models for ServiceBusManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static SkuTier |
SkuTier.BASIC
Static value Basic for SkuTier.
|
static SkuTier |
SkuTier.PREMIUM
Static value Premium 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 |
NamespaceSku.tier() |
SkuTier |
Sku.tier()
Get the tier property: The billing tier of this particular SKU.
|
| Modifier and Type | Method and Description |
|---|---|
Sku |
Sku.withTier(SkuTier tier)
Set the tier property: The billing tier of this particular SKU.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.