AgentPoolUpgradeProfile 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
AgentPoolUpgradeProfile() |
Initializes a new instance of the AgentPoolUpgradeProfile class. |
AgentPoolUpgradeProfile(String, String, String, String, String, IList<AgentPoolUpgradeProfilePropertiesUpgradesItem>, String) |
Initializes a new instance of the AgentPoolUpgradeProfile class. |
AgentPoolUpgradeProfile()
Initializes a new instance of the AgentPoolUpgradeProfile class.
public AgentPoolUpgradeProfile ();
Public Sub New ()
Applies to
AgentPoolUpgradeProfile(String, String, String, String, String, IList<AgentPoolUpgradeProfilePropertiesUpgradesItem>, String)
Initializes a new instance of the AgentPoolUpgradeProfile class.
public AgentPoolUpgradeProfile (string osType, string kubernetesVersion, string id = default, string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeProfilePropertiesUpgradesItem> upgrades = default, string latestNodeImageVersion = default);
new Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeProfile : string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeProfilePropertiesUpgradesItem> * string -> Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeProfile
Public Sub New (osType As String, kubernetesVersion As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional upgrades As IList(Of AgentPoolUpgradeProfilePropertiesUpgradesItem) = Nothing, Optional latestNodeImageVersion As String = Nothing)
Parameters
- osType
- String
The operating system type. The default is Linux. Possible values include: 'Linux', 'Windows'
- kubernetesVersion
- String
The Kubernetes version (major.minor.patch).
- id
- String
The ID of the agent pool upgrade profile.
- name
- String
The name of the agent pool upgrade profile.
- type
- String
The type of the agent pool upgrade profile.
List of orchestrator types and versions available for upgrade.
- latestNodeImageVersion
- String
The latest AKS supported node image version.