ContainerServiceMachineKubernetesProfile.OrchestratorVersion 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 specified by the user. Both patch version <major.minor.patch> and <major.minor> are supported. When <major.minor> is specified, the latest supported patch version is chosen automatically.
public string OrchestratorVersion { get; set; }
member this.OrchestratorVersion : string with get, set
Public Property OrchestratorVersion As String