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