KubernetesSupportPlan Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. KubernetesSupportPlan
- com.
- com.
public final class KubernetesSupportPlan
extends ExpandableStringEnum<KubernetesSupportPlan>
Different support tiers for AKS managed clusters.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Kubernetes |
AKSLONG_TERM_SUPPORT
Static value AKSLong |
static final
Kubernetes |
KUBERNETES_OFFICIAL
Static value Kubernetes |
Constructor Summary
Constructor | Description |
---|---|
KubernetesSupportPlan() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Kubernetes |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Kubernetes |
fromString(String name)
Creates or finds a Kubernetes |
static
Collection<Kubernetes |
values()
Gets known Kubernetes |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AKSLONG_TERM_SUPPORT
public static final KubernetesSupportPlan AKSLONG_TERM_SUPPORT
Static value AKSLongTermSupport for KubernetesSupportPlan.
KUBERNETES_OFFICIAL
public static final KubernetesSupportPlan KUBERNETES_OFFICIAL
Static value KubernetesOfficial for KubernetesSupportPlan.
Constructor Details
KubernetesSupportPlan
@Deprecated
public KubernetesSupportPlan()
Deprecated
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:
Returns:
values
public static Collection
Gets known KubernetesSupportPlan values.
Returns:
Applies to
Azure SDK for Java