Share via


IProvisionedClusterProperties.KubernetesVersion Property

Definition

The version of Kubernetes in use by the provisioned cluster.

[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="The version of Kubernetes in use by the provisioned cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kubernetesVersion", Update=true)]
public string KubernetesVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="The version of Kubernetes in use by the provisioned cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kubernetesVersion", Update=true)>]
member this.KubernetesVersion : string with get, set
Public Property KubernetesVersion As String

Property Value

Attributes

Applies to