Uses of Class
com.azure.resourcemanager.eventhubs.models.SkuTier
Packages that use SkuTier
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of SkuTier in com.azure.resourcemanager.eventhubs.models
Fields in com.azure.resourcemanager.eventhubs.models declared as SkuTierModifier and TypeFieldDescriptionstatic final SkuTierSkuTier.BASICStatic value Basic for SkuTier.static final SkuTierSkuTier.PREMIUMStatic value Premium for SkuTier.static final SkuTierSkuTier.STANDARDStatic value Standard for SkuTier.Methods in com.azure.resourcemanager.eventhubs.models that return SkuTierModifier and TypeMethodDescriptionstatic SkuTierSkuTier.fromString(String name) Creates or finds a SkuTier from its string representation.EventHubNamespaceSkuType.tier()Gets sku tier.Sku.tier()Get the tier property: The billing tier of this particular SKU.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type SkuTierModifier and TypeMethodDescriptionstatic Collection<SkuTier> SkuTier.values()Gets known SkuTier values.Methods in com.azure.resourcemanager.eventhubs.models with parameters of type SkuTierModifier and TypeMethodDescriptionSet the tier property: The billing tier of this particular SKU.Constructors in com.azure.resourcemanager.eventhubs.models with parameters of type SkuTierModifierConstructorDescriptionEventHubNamespaceSkuType(SkuName name, SkuTier tier) Creates event hub namespace sku.