Uses of Class
com.microsoft.azure.management.eventhub.SkuName
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of SkuName in com.microsoft.azure.management.eventhub
Modifier and TypeFieldDescriptionstatic final SkuName
SkuName.BASIC
Static value Basic for SkuName.static final SkuName
SkuName.STANDARD
Static value Standard for SkuName.Modifier 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.ModifierConstructorDescriptionEventHubNamespaceSkuType
(SkuName name, SkuTier tier) Creates event hub namespace sku.