Class ClusterUpgradeType

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

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

    • AKSPATCH_UPGRADE

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

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

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

    • ClusterUpgradeType

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

    • fromString

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

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