Package version:

Interface ClusterAksPatchUpgradeHistoryProperties

Cluster aks patch upgrade history properties.

interface ClusterAksPatchUpgradeHistoryProperties {
    newVersion?: string;
    originalVersion?: string;
    upgradeResult: string;
    upgradeType: "AKSPatchUpgrade";
    utcTime: string;
}

Hierarchy (view full)

Properties

newVersion?: string

Version going to update.

originalVersion?: string

Version before update.

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.