Partager via


KubernetesVersionListResult.Values Property

Definition

Gets or sets array of AKS supported Kubernetes versions.

[Newtonsoft.Json.JsonProperty(PropertyName="values")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.KubernetesVersion> Values { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="values")>]
member this.Values : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.KubernetesVersion> with get, set
Public Property Values As IList(Of KubernetesVersion)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to