Class ClusterAvailableUpgradeType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ClusterAvailableUpgradeType>
com.azure.resourcemanager.hdinsight.containers.models.ClusterAvailableUpgradeType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ClusterAvailableUpgradeType
extends com.azure.core.util.ExpandableStringEnum<ClusterAvailableUpgradeType>
Type of upgrade.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClusterAvailableUpgradeTypeStatic value AKSPatchUpgrade for ClusterAvailableUpgradeType.static final ClusterAvailableUpgradeTypeStatic value HotfixUpgrade for ClusterAvailableUpgradeType.static final ClusterAvailableUpgradeTypeStatic value PatchVersionUpgrade for ClusterAvailableUpgradeType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClusterAvailableUpgradeTypefromString(String name) Creates or finds a ClusterAvailableUpgradeType from its string representation.values()Gets known ClusterAvailableUpgradeType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AKSPATCH_UPGRADE
Static value AKSPatchUpgrade for ClusterAvailableUpgradeType. -
HOTFIX_UPGRADE
Static value HotfixUpgrade for ClusterAvailableUpgradeType. -
PATCH_VERSION_UPGRADE
Static value PatchVersionUpgrade for ClusterAvailableUpgradeType.
-
-
Constructor Details
-
ClusterAvailableUpgradeType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ClusterAvailableUpgradeType value.
-
-
Method Details
-
fromString
Creates or finds a ClusterAvailableUpgradeType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ClusterAvailableUpgradeType.
-
values
Gets known ClusterAvailableUpgradeType values.- Returns:
- known ClusterAvailableUpgradeType values.
-
fromString(String)factory method.