Class ClusterAvailableUpgradeType

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

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

    • AKSPATCH_UPGRADE

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

      public static final ClusterAvailableUpgradeType HOTFIX_UPGRADE
      Static value HotfixUpgrade for ClusterAvailableUpgradeType.
    • PATCH_VERSION_UPGRADE

      public static final ClusterAvailableUpgradeType PATCH_VERSION_UPGRADE
      Static value PatchVersionUpgrade for ClusterAvailableUpgradeType.
  • Constructor Details

    • ClusterAvailableUpgradeType

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

    • fromString

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

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