Class ClusterSkuName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ClusterSkuName>
com.azure.resourcemanager.eventhubs.models.ClusterSkuName
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Name of this SKU.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClusterSkuNameStatic value Dedicated for ClusterSkuName. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClusterSkuNamefromString(String name) Creates or finds a ClusterSkuName from its string representation.static Collection<ClusterSkuName> values()Gets known ClusterSkuName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DEDICATED
Static value Dedicated for ClusterSkuName.
-
-
Constructor Details
-
ClusterSkuName
Deprecated.Use thefromString(String)factory method.Creates a new instance of ClusterSkuName value.
-
-
Method Details
-
fromString
Creates or finds a ClusterSkuName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ClusterSkuName.
-
values
Gets known ClusterSkuName values.- Returns:
- known ClusterSkuName values.
-
fromString(String)factory method.