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, OSType, String, IList<ManagedClusterPoolUpgradeProfileUpgradesItem>)

Initializes a new instance of the ManagedClusterPoolUpgradeProfile class.

Properties

KubernetesVersion

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

Name

Gets or sets pool name.

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'

Upgrades

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

Methods

Validate()

Validate the object.

Applies to