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