Udostępnij przez


IOrchestratorVersionProfile.Upgrade Property

Definition

The list of available upgrade versions.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The list of available upgrade versions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="upgrades", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorProfile> Upgrade { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The list of available upgrade versions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="upgrades", Update=true)>]
member this.Upgrade : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorProfile> with get, set
Public Property Upgrade As List(Of IOrchestratorProfile)

Property Value

Attributes

Applies to