Class KubernetesSupportPlan

java.lang.Object
com.azure.core.util.ExpandableStringEnum<KubernetesSupportPlan>
com.azure.resourcemanager.containerservice.models.KubernetesSupportPlan

public final class KubernetesSupportPlan extends com.azure.core.util.ExpandableStringEnum<KubernetesSupportPlan>
Different support tiers for AKS managed clusters.
  • Field Details

    • KUBERNETES_OFFICIAL

      public static final KubernetesSupportPlan KUBERNETES_OFFICIAL
      Static value KubernetesOfficial for KubernetesSupportPlan.
    • AKSLONG_TERM_SUPPORT

      public static final KubernetesSupportPlan AKSLONG_TERM_SUPPORT
      Static value AKSLongTermSupport for KubernetesSupportPlan.
  • Constructor Details

    • KubernetesSupportPlan

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

    • fromString

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

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