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