ManagedClusterUpgradeProfileInner 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
ManagedClusterUpgradeProfileInner() |
Initializes a new instance of the ManagedClusterUpgradeProfileInner class. |
ManagedClusterUpgradeProfileInner(ManagedClusterPoolUpgradeProfile, IList<ManagedClusterPoolUpgradeProfile>, String, String, String) |
Initializes a new instance of the ManagedClusterUpgradeProfileInner class. |
ManagedClusterUpgradeProfileInner()
Initializes a new instance of the ManagedClusterUpgradeProfileInner class.
public ManagedClusterUpgradeProfileInner ();
Public Sub New ()
Applies to
ManagedClusterUpgradeProfileInner(ManagedClusterPoolUpgradeProfile, IList<ManagedClusterPoolUpgradeProfile>, String, String, String)
Initializes a new instance of the ManagedClusterUpgradeProfileInner class.
public ManagedClusterUpgradeProfileInner (Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfile controlPlaneProfile, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfile> agentPoolProfiles, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterUpgradeProfileInner : Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfile * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfile> * string * string * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterUpgradeProfileInner
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
Id of upgrade profile.
- name
- String
Name of upgrade profile.
- type
- String
Type of upgrade profile.