ClusterAvailableUpgradeAksPatchUpgradeProperties interface

Cluster available AKS patch version upgrade.

Extends

Properties

currentVersion

Current node pool version.

currentVersionStatus

Current AKS version's status: whether it is deprecated or supported

latestVersion

Latest available version, which should be equal to AKS control plane version if it's not deprecated.

upgradeType

Polymorphic discriminator, which specifies the different types this object can be

Property Details

currentVersion

Current node pool version.

currentVersion?: string

Property Value

string

currentVersionStatus

Current AKS version's status: whether it is deprecated or supported

currentVersionStatus?: string

Property Value

string

latestVersion

Latest available version, which should be equal to AKS control plane version if it's not deprecated.

latestVersion?: string

Property Value

string

upgradeType

Polymorphic discriminator, which specifies the different types this object can be

upgradeType: "AKSPatchUpgrade"

Property Value

"AKSPatchUpgrade"