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 Summary
FieldsModifier and TypeFieldDescriptionstatic final KubernetesSupportPlanStatic value AKSLongTermSupport for KubernetesSupportPlan.static final KubernetesSupportPlanStatic value KubernetesOfficial for KubernetesSupportPlan. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KubernetesSupportPlanfromString(String name) Creates or finds a KubernetesSupportPlan from its string representation.static Collection<KubernetesSupportPlan>values()Gets known KubernetesSupportPlan values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
KUBERNETES_OFFICIAL
Static value KubernetesOfficial for KubernetesSupportPlan. -
AKSLONG_TERM_SUPPORT
Static value AKSLongTermSupport for KubernetesSupportPlan.
-
-
Constructor Details
-
KubernetesSupportPlan
Deprecated.Use thefromString(String)factory method.Creates a new instance of KubernetesSupportPlan value.
-
-
Method Details
-
fromString
Creates or finds a KubernetesSupportPlan from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding KubernetesSupportPlan.
-
values
Gets known KubernetesSupportPlan values.- Returns:
- known KubernetesSupportPlan values.
-
fromString(String)factory method.