Share via


AgentPoolUpgradeProfileInner Class

Definition

The list of available upgrades for an agent pool.

[Microsoft.Rest.Serialization.JsonTransformation]
public class AgentPoolUpgradeProfileInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AgentPoolUpgradeProfileInner = class
Public Class AgentPoolUpgradeProfileInner
Inheritance
AgentPoolUpgradeProfileInner
Attributes

Constructors

AgentPoolUpgradeProfileInner()

Initializes a new instance of the AgentPoolUpgradeProfileInner class.

AgentPoolUpgradeProfileInner(String, OSType, String, String, String, IList<AgentPoolUpgradeProfilePropertiesUpgradesItem>, String)

Initializes a new instance of the AgentPoolUpgradeProfileInner class.

Properties

Id

Gets id of the agent pool upgrade profile.

KubernetesVersion

Gets or sets kubernetes version (major, minor, patch).

LatestNodeImageVersion

Gets or sets latestNodeImageVersion is the latest AKS supported node image version.

Name

Gets name of the agent pool upgrade profile.

OsType

Gets or sets osType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'

Type

Gets type of the agent pool upgrade profile.

Upgrades

Gets or sets list of orchestrator types and versions available for upgrade.

Methods

Validate()

Validate the object.

Applies to