IProvisionedClusterProperties.KubernetesVersion Property
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.
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