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 Details

    • AKSPATCH_UPGRADE

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

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

    • ClusterPoolUpgradeHistoryType

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

    • fromString

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

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