Uses of Class
com.microsoft.azure.management.eventhub.Sku
-
-
Uses of Sku in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return Sku Modifier and Type Method Description SkuEventHubNamespaceSkuType. inner()SkuSku. withCapacity(Integer capacity)Set the capacity value.SkuSku. withName(SkuName name)Set the name value.SkuSku. withTier(SkuTier tier)Set the tier value.Constructors in com.microsoft.azure.management.eventhub with parameters of type Sku Constructor Description EventHubNamespaceSkuType(Sku sku)Creates event hub namespace sku.
-