KubernetesSupportPlan Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Different support tiers for AKS managed clusters.
public readonly struct KubernetesSupportPlan : IEquatable<Azure.ResourceManager.ContainerService.Models.KubernetesSupportPlan>
type KubernetesSupportPlan = struct
Public Structure KubernetesSupportPlan
Implements IEquatable(Of KubernetesSupportPlan)
- Inheritance
-
KubernetesSupportPlan
- Implements
Constructors
KubernetesSupportPlan(String) |
Initializes a new instance of KubernetesSupportPlan. |
Properties
AKSLongTermSupport |
Support for the version extended past the KubernetesOfficial support of 1 year. AKS continues to patch CVEs for another 1 year, for a total of 2 years of support. |
KubernetesOfficial |
Support for the version is the same as for the open source Kubernetes offering. Official Kubernetes open source community support versions for 1 year after release. |
Methods
Equals(KubernetesSupportPlan) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(KubernetesSupportPlan, KubernetesSupportPlan) |
Determines if two KubernetesSupportPlan values are the same. |
Implicit(String to KubernetesSupportPlan) |
Converts a string to a KubernetesSupportPlan. |
Inequality(KubernetesSupportPlan, KubernetesSupportPlan) |
Determines if two KubernetesSupportPlan values are not the same. |
Applies to
Azure SDK for .NET