次の方法で共有


OrchestratorVersionProfile.Upgrades プロパティ

定義

使用可能なアップグレード バージョンの一覧を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象