Uses of Class
com.microsoft.azure.management.eventhub.SkuName
Packages that use SkuName
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of SkuName in com.microsoft.azure.management.eventhub
Fields in com.microsoft.azure.management.eventhub declared as SkuNameModifier and TypeFieldDescriptionstatic final SkuName
SkuName.BASIC
Static value Basic for SkuName.static final SkuName
SkuName.STANDARD
Static value Standard for SkuName.Methods in com.microsoft.azure.management.eventhub that return SkuNameModifier and TypeMethodDescriptionstatic SkuName
SkuName.fromString
(String name) Creates or finds a SkuName from its string representation.EventHubNamespaceSkuType.name()
Sku.name()
Get name of this SKU.Methods in com.microsoft.azure.management.eventhub that return types with arguments of type SkuNameMethods in com.microsoft.azure.management.eventhub with parameters of type SkuNameConstructors in com.microsoft.azure.management.eventhub with parameters of type SkuNameModifierConstructorDescriptionEventHubNamespaceSkuType
(SkuName name, SkuTier tier) Creates event hub namespace sku.