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