Class CurrentClusterPoolAksVersionStatus

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

public final class CurrentClusterPoolAksVersionStatus extends com.azure.core.util.ExpandableStringEnum<CurrentClusterPoolAksVersionStatus>
Current AKS version's status: whether it is deprecated or supported.
  • Field Details

  • Constructor Details

    • CurrentClusterPoolAksVersionStatus

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

    • fromString

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

      Gets known CurrentClusterPoolAksVersionStatus values.
      Returns:
      known CurrentClusterPoolAksVersionStatus values.