Package version:

Interface ClusterPoolUpgradeHistoryProperties

Properties of cluster pool upgrade history.

interface ClusterPoolUpgradeHistoryProperties {
    upgradeResult: string;
    upgradeType: "AKSPatchUpgrade" | "NodeOsUpgrade";
    utcTime: string;
}

Hierarchy (view full)

Properties

upgradeResult: string

Result of this upgrade.

upgradeType: "AKSPatchUpgrade" | "NodeOsUpgrade"

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

utcTime: string

Time when created this upgrade history.