IOrchestratorVersionProfile.Upgrade Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of available upgrade versions.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The list of available upgrade versions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile) }, ReadOnly=false, Required=false, SerializedName="upgrades")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile[] Upgrade { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The list of available upgrade versions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile) }, ReadOnly=false, Required=false, SerializedName="upgrades")>]
member this.Upgrade : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile[] with get, set
Public Property Upgrade As IOrchestratorProfile()
Property Value
- Attributes