Dela via


ManagedClusterUpgradeProfileProperties Constructors

Definition

Overloads

ManagedClusterUpgradeProfileProperties()

Initializes a new instance of the ManagedClusterUpgradeProfileProperties class.

ManagedClusterUpgradeProfileProperties(ManagedClusterPoolUpgradeProfile, IList<ManagedClusterPoolUpgradeProfile>)

Initializes a new instance of the ManagedClusterUpgradeProfileProperties class.

ManagedClusterUpgradeProfileProperties()

Initializes a new instance of the ManagedClusterUpgradeProfileProperties class.

public ManagedClusterUpgradeProfileProperties ();
Public Sub New ()

Applies to

ManagedClusterUpgradeProfileProperties(ManagedClusterPoolUpgradeProfile, IList<ManagedClusterPoolUpgradeProfile>)

Initializes a new instance of the ManagedClusterUpgradeProfileProperties class.

public ManagedClusterUpgradeProfileProperties (Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPoolUpgradeProfile controlPlaneProfile, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPoolUpgradeProfile> agentPoolProfiles);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterUpgradeProfileProperties : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPoolUpgradeProfile * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPoolUpgradeProfile> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterUpgradeProfileProperties
Public Sub New (controlPlaneProfile As ManagedClusterPoolUpgradeProfile, agentPoolProfiles As IList(Of ManagedClusterPoolUpgradeProfile))

Parameters

controlPlaneProfile
ManagedClusterPoolUpgradeProfile

The list of available upgrade versions for the control plane.

agentPoolProfiles
IList<ManagedClusterPoolUpgradeProfile>

The list of available upgrade versions for agent pools.

Applies to