Share via


IProvisionedClusterUpgradeProfile.ControlPlaneProfileUpgrade Property

Definition

List of available kubernetes versions for upgrade.

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

Property Value

Attributes

Applies to