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