Dela via


ManagedClusterUpgradeProfile Constructors

Definition

Overloads

ManagedClusterUpgradeProfile()

Initializes a new instance of the ManagedClusterUpgradeProfile class.

ManagedClusterUpgradeProfile(ManagedClusterPoolUpgradeProfile, IList<ManagedClusterPoolUpgradeProfile>, String, String, String)

Initializes a new instance of the ManagedClusterUpgradeProfile class.

ManagedClusterUpgradeProfile()

Initializes a new instance of the ManagedClusterUpgradeProfile class.

public ManagedClusterUpgradeProfile ();
Public Sub New ()

Applies to

ManagedClusterUpgradeProfile(ManagedClusterPoolUpgradeProfile, IList<ManagedClusterPoolUpgradeProfile>, String, String, String)

Initializes a new instance of the ManagedClusterUpgradeProfile class.

public ManagedClusterUpgradeProfile (Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPoolUpgradeProfile controlPlaneProfile, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPoolUpgradeProfile> agentPoolProfiles, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterUpgradeProfile : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPoolUpgradeProfile * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPoolUpgradeProfile> * string * string * string -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterUpgradeProfile
Public Sub New (controlPlaneProfile As ManagedClusterPoolUpgradeProfile, agentPoolProfiles As IList(Of ManagedClusterPoolUpgradeProfile), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

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.

id
String

The ID of the upgrade profile.

name
String

The name of the upgrade profile.

type
String

The type of the upgrade profile.

Applies to