Uses of Class
com.microsoft.azure.servicebus.management.NamespaceSku
-
Packages that use NamespaceSku Package Description com.microsoft.azure.servicebus.management -
-
Uses of NamespaceSku in com.microsoft.azure.servicebus.management
Methods in com.microsoft.azure.servicebus.management that return NamespaceSku Modifier and Type Method Description NamespaceSku
NamespaceInfo. getNamespaceSku()
static NamespaceSku
NamespaceSku. valueOf(String name)
Returns the enum constant of this type with the specified name.static NamespaceSku[]
NamespaceSku. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.servicebus.management with parameters of type NamespaceSku Modifier and Type Method Description void
NamespaceInfo. setNamespaceSku(NamespaceSku namespaceSku)
-