Uses of Class
com.azure.resourcemanager.servicebus.models.SkuName
-
Packages that use SkuName Package Description com.azure.resourcemanager.servicebus.models Package containing the data models for ServiceBusManagementClient. -
-
Uses of SkuName in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return SkuName Modifier and Type Method Description static SkuNameSkuName. fromString(String value)Parses a serialized value to a SkuName instance.SkuNameNamespaceSku. name()SkuNameSBSku. name()Get the name property: Name of this SKU.static SkuNameSkuName. valueOf(String name)Returns the enum constant of this type with the specified name.static SkuName[]SkuName. 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 SkuName Modifier and Type Method Description SBSkuSBSku. withName(SkuName name)Set the name property: Name of this SKU.
-