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 Details

    • AKSPATCH_UPGRADE

      public static final ClusterPoolUpgradeType AKSPATCH_UPGRADE
      Static value AKSPatchUpgrade for ClusterPoolUpgradeType.
    • NODE_OS_UPGRADE

      public static final ClusterPoolUpgradeType NODE_OS_UPGRADE
      Static value NodeOsUpgrade for ClusterPoolUpgradeType.
  • Constructor Details

    • ClusterPoolUpgradeType

      @Deprecated public ClusterPoolUpgradeType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ClusterPoolUpgradeType value.
  • Method Details

    • fromString

      public static ClusterPoolUpgradeType fromString(String name)
      Creates or finds a ClusterPoolUpgradeType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ClusterPoolUpgradeType.
    • values

      public static Collection<ClusterPoolUpgradeType> values()
      Gets known ClusterPoolUpgradeType values.
      Returns:
      known ClusterPoolUpgradeType values.