你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedCluster.KubernetesVersion Property

Definition

Gets or sets both patch version (major.minor.patch) (e.g. 1.20.13) and (major.minor) (e.g. 1.20) are supported. When (major.minor) is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same (major.minor) once it has been created (e.g. 1.14.x -) 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -) 1.15.x or 1.15.x -) 1.16.x are allowed, however 1.14.x -) 1.16.x is not allowed. See upgrading an AKS cluster for more details.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.kubernetesVersion")]
public string KubernetesVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.kubernetesVersion")>]
member this.KubernetesVersion : string with get, set
Public Property KubernetesVersion As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to