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