Package version:

Interface ClusterPoolAksPatchUpgradeHistoryProperties

Cluster pool aks upgrade history properties.

interface ClusterPoolAksPatchUpgradeHistoryProperties {
    newVersion?: string;
    originalVersion?: string;
    upgradeAllClusterNodes?: boolean;
    upgradeClusterPool?: boolean;
    upgradeResult: string;
    upgradeType: "AKSPatchUpgrade";
    utcTime: string;
}

Hierarchy (view full)

Properties

newVersion?: string

Version going to update.

originalVersion?: string

Version before update.

upgradeAllClusterNodes?: boolean

Whether upgrade all cluster nodes.

upgradeClusterPool?: boolean

Whether upgrade cluster pool.

upgradeResult: string

Result of this upgrade.

upgradeType: "AKSPatchUpgrade"

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

utcTime: string

Time when created this upgrade history.