Package version:

Interface ClusterAvailableUpgradeAksPatchUpgradeProperties

Cluster available AKS patch version upgrade.

interface ClusterAvailableUpgradeAksPatchUpgradeProperties {
    currentVersion?: string;
    currentVersionStatus?: string;
    latestVersion?: string;
    upgradeType: "AKSPatchUpgrade";
}

Hierarchy (view full)

Properties

currentVersion?: string

Current node pool version.

currentVersionStatus?: string

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

latestVersion?: string

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

upgradeType: "AKSPatchUpgrade"

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