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