AgentPoolUpgradeProfile Class
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.
The list of available upgrades for an agent pool.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AgentPoolUpgradeProfile
[Microsoft.Rest.Serialization.JsonTransformation]
public class AgentPoolUpgradeProfile : Microsoft.Azure.Management.ContainerService.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AgentPoolUpgradeProfile = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AgentPoolUpgradeProfile = class
inherit ProxyResource
Public Class AgentPoolUpgradeProfile
Public Class AgentPoolUpgradeProfile
Inherits ProxyResource
- Inheritance
-
AgentPoolUpgradeProfile
- Inheritance
- Attributes
Constructors
| 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. |
Properties
| Name | Description |
|---|---|
| Id |
Gets the ID of the agent pool upgrade profile. |
| Id |
Gets fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" (Inherited from Resource) |
| KubernetesVersion |
Gets or sets the Kubernetes version (major.minor.patch). |
| LatestNodeImageVersion |
Gets or sets the latest AKS supported node image version. |
| Name |
Gets the name of the agent pool upgrade profile. |
| Name |
Gets the name of the resource (Inherited from Resource) |
| OSType |
Gets or sets the operating system type. The default is Linux. Possible values include: 'Linux', 'Windows' |
| SystemData |
Gets azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from Resource) |
| Type |
Gets the type of the agent pool upgrade profile. |
| Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
| Upgrades |
Gets or sets list of orchestrator types and versions available for upgrade. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |