Condividi tramite


IManagedClusterUpgradeProfile.ControlPlaneProfileUpgrade Property

Definition

List of orchestrator types and versions available for upgrade.

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

Property Value

Attributes

Applies to