Partilhar via


ManagedClusterPoolUpgradeProfile.Upgrades Property

Definition

Gets or sets list of orchestrator types and versions available for upgrade.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to