Package version:

Interface ClusterPoolAvailableUpgradeAksPatchUpgradeProperties

Cluster pool available AKS patch version upgrade.

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

Hierarchy (view full)

Properties

currentVersion?: string

Current AKS version.

currentVersionStatus?: string

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

latestVersion?: string

Latest AKS patch version.

upgradeType: "AKSPatchUpgrade"

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