IAgentPoolUpgradeProfileProperties.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.
List of orchestrator types and versions available for upgrade.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="List of orchestrator types and versions available for upgrade.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfilePropertiesUpgradesItem) }, ReadOnly=false, Required=false, SerializedName="upgrades")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfilePropertiesUpgradesItem[] Upgrade { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="List of orchestrator types and versions available for upgrade.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfilePropertiesUpgradesItem) }, ReadOnly=false, Required=false, SerializedName="upgrades")>]
member this.Upgrade : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfilePropertiesUpgradesItem[] with get, set
Public Property Upgrade As IAgentPoolUpgradeProfilePropertiesUpgradesItem()
Property Value
- Attributes