Freigeben über


IManagedClusterUpgradeProfile.ControlPlaneProfileKubernetesVersion Property

Definition

The Kubernetes version (major.minor.patch).

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The Kubernetes version (major.minor.patch).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="kubernetesVersion", Update=true)]
public string ControlPlaneProfileKubernetesVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The Kubernetes version (major.minor.patch).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="kubernetesVersion", Update=true)>]
member this.ControlPlaneProfileKubernetesVersion : string with get, set
Public Property ControlPlaneProfileKubernetesVersion As String

Property Value

Attributes

Applies to