KubernetesVersion.PatchVersions Property

Definition

Gets or sets patch versions of Kubernetes release

[Newtonsoft.Json.JsonProperty(PropertyName="patchVersions")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ContainerService.Models.KubernetesPatchVersion> PatchVersions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="patchVersions")>]
member this.PatchVersions : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ContainerService.Models.KubernetesPatchVersion> with get, set
Public Property PatchVersions As IDictionary(Of String, KubernetesPatchVersion)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to