Uses of Class
com.microsoft.azure.management.eventhub.SkuTier
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of SkuTier in com.microsoft.azure.management.eventhub
Modifier and TypeFieldDescriptionstatic final SkuTier
SkuTier.BASIC
Static value Basic for SkuTier.static final SkuTier
SkuTier.STANDARD
Static value Standard for SkuTier.Modifier and TypeMethodDescriptionstatic SkuTier
SkuTier.fromString
(String name) Creates or finds a SkuTier from its string representation.EventHubNamespaceSkuType.tier()
Sku.tier()
Get the billing tier of this particular SKU.Modifier and TypeMethodDescriptionSet the billing tier of this particular SKU.ModifierConstructorDescriptionEventHubNamespaceSkuType
(SkuName name, SkuTier tier) Creates event hub namespace sku.