IProvisionedClusterUpgradeProfile.ControlPlaneProfileUpgrade 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 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