你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AgentPoolUpgradeProfile Class

Definition

The list of available upgrades for an agent pool.

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

Constructors

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.

Properties

Id

Gets the ID of the agent pool upgrade profile.

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.

OSType

Gets or sets the operating system type. The default is Linux. Possible values include: 'Linux', 'Windows'

Type

Gets the 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