次の方法で共有


ManagedClusterPoolUpgradeProfile Class

Definition

The list of available upgrade versions.

public class ManagedClusterPoolUpgradeProfile
type ManagedClusterPoolUpgradeProfile = class
Public Class ManagedClusterPoolUpgradeProfile
Inheritance
ManagedClusterPoolUpgradeProfile

Constructors

ManagedClusterPoolUpgradeProfile()

Initializes a new instance of the ManagedClusterPoolUpgradeProfile class.

ManagedClusterPoolUpgradeProfile(String, String, String, IList<ManagedClusterPoolUpgradeProfileUpgradesItem>)

Initializes a new instance of the ManagedClusterPoolUpgradeProfile class.

Properties

KubernetesVersion

Gets or sets the Kubernetes version (major.minor.patch).

Name

Gets or sets the Agent Pool name.

OSType

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

Upgrades

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

Methods

Validate()

Validate the object.

Applies to