Uses of Class
com.microsoft.azure.management.eventhub.SkuName
-
-
Uses of SkuName in com.microsoft.azure.management.eventhub
Fields in com.microsoft.azure.management.eventhub declared as SkuName Modifier and Type Field Description static SkuNameSkuName. BASICStatic value Basic for SkuName.static SkuNameSkuName. STANDARDStatic value Standard for SkuName.Methods in com.microsoft.azure.management.eventhub that return SkuName Modifier and Type Method Description static SkuNameSkuName. fromString(String name)Creates or finds a SkuName from its string representation.SkuNameEventHubNamespaceSkuType. name()SkuNameSku. name()Get the name value.Methods in com.microsoft.azure.management.eventhub that return types with arguments of type SkuName Modifier and Type Method Description static Collection<SkuName>SkuName. values()Methods in com.microsoft.azure.management.eventhub with parameters of type SkuName Modifier and Type Method Description SkuSku. withName(SkuName name)Set the name value.Constructors in com.microsoft.azure.management.eventhub with parameters of type SkuName Constructor Description EventHubNamespaceSkuType(SkuName name, SkuTier tier)Creates event hub namespace sku.
-