OrchestratorVersionProfile.Upgrades Property

Definition

Gets or sets the list of available upgrade versions.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to