AutoUpgradeProfileData.TargetKubernetesVersion 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.
This is the target Kubernetes version for auto-upgrade. The format must be {major version}.{minor version}
. For example, "1.30".
By default, this is empty.
If upgrade channel is set to TargetKubernetesVersion, this field must not be empty.
If upgrade channel is Rapid, Stable or NodeImage, this field must be empty.
public string TargetKubernetesVersion { get; set; }
member this.TargetKubernetesVersion : string with get, set
Public Property TargetKubernetesVersion As String