你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AgentPoolUpgradeProfile.Upgrades Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to