ManagedClusterUpgradeProfileProperties Constructors
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.
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.