Share via


KubernetesPatchVersion.Upgrades Property

Definition

Gets or sets possible upgrade path for given patch version

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to