Class ClusterUpgradeHistoryType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ClusterUpgradeHistoryType>
com.azure.resourcemanager.hdinsight.containers.models.ClusterUpgradeHistoryType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ClusterUpgradeHistoryType extends com.azure.core.util.ExpandableStringEnum<ClusterUpgradeHistoryType>
Type of upgrade.
  • Field Details

    • AKSPATCH_UPGRADE

      public static final ClusterUpgradeHistoryType AKSPATCH_UPGRADE
      Static value AKSPatchUpgrade for ClusterUpgradeHistoryType.
    • HOTFIX_UPGRADE

      public static final ClusterUpgradeHistoryType HOTFIX_UPGRADE
      Static value HotfixUpgrade for ClusterUpgradeHistoryType.
    • HOTFIX_UPGRADE_ROLLBACK

      public static final ClusterUpgradeHistoryType HOTFIX_UPGRADE_ROLLBACK
      Static value HotfixUpgradeRollback for ClusterUpgradeHistoryType.
    • PATCH_VERSION_UPGRADE

      public static final ClusterUpgradeHistoryType PATCH_VERSION_UPGRADE
      Static value PatchVersionUpgrade for ClusterUpgradeHistoryType.
    • PATCH_VERSION_UPGRADE_ROLLBACK

      public static final ClusterUpgradeHistoryType PATCH_VERSION_UPGRADE_ROLLBACK
      Static value PatchVersionUpgradeRollback for ClusterUpgradeHistoryType.
  • Constructor Details

    • ClusterUpgradeHistoryType

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

    • fromString

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

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