| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.models |
Package containing the data models for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static SkuTier |
SkuTier.fromString(String value)
Parses a serialized value to a SkuTier instance.
|
SkuTier |
SBSku.tier()
Get the tier property: The billing tier of this particular SKU.
|
SkuTier |
NamespaceSku.tier() |
static SkuTier |
SkuTier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkuTier[] |
SkuTier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SBSku |
SBSku.withTier(SkuTier tier)
Set the tier property: The billing tier of this particular SKU.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.