Uses of Class
com.azure.resourcemanager.servicebus.models.SkuTier
-
Packages that use SkuTier Package Description com.azure.resourcemanager.servicebus.models Package containing the data models for ServiceBusManagementClient. -
-
Uses of SkuTier in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return SkuTier Modifier and Type Method Description static SkuTierSkuTier. fromString(String value)Parses a serialized value to a SkuTier instance.SkuTierNamespaceSku. tier()SkuTierSBSku. tier()Get the tier property: The billing tier of this particular SKU.static SkuTierSkuTier. 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.Methods in com.azure.resourcemanager.servicebus.models with parameters of type SkuTier Modifier and Type Method Description SBSkuSBSku. withTier(SkuTier tier)Set the tier property: The billing tier of this particular SKU.
-