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
| Name | Description |
|---|---|
| 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(String, String, String, String, String, SystemData, 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.
Applies to
AgentPoolUpgradeProfile(String, String, String, String, String, SystemData, 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, Microsoft.Azure.Management.ContainerService.Models.SystemData systemData = 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 * Microsoft.Azure.Management.ContainerService.Models.SystemData * 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 systemData As SystemData = 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
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
List of orchestrator types and versions available for upgrade.
- latestNodeImageVersion
- String
The latest AKS supported node image version.