다음을 통해 공유


IKubernetesPatchVersions.Upgrade Property

Definition

Possible upgrade paths for given patch version

[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Possible upgrade paths for given patch version", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="upgrades", Update=true)]
public System.Collections.Generic.List<string> Upgrade { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Possible upgrade paths for given patch version", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="upgrades", Update=true)>]
member this.Upgrade : System.Collections.Generic.List<string> with get, set
Public Property Upgrade As List(Of String)

Property Value

Attributes

Applies to