Package version:

Interface ClusterPoolNodeOsUpgradeHistoryProperties

Cluster pool node os upgrade history properties.

interface ClusterPoolNodeOsUpgradeHistoryProperties {
    newNodeOs?: string;
    upgradeResult: string;
    upgradeType: "NodeOsUpgrade";
    utcTime: string;
}

Hierarchy (view full)

Properties

newNodeOs?: string

New Node Os version.

upgradeResult: string

Result of this upgrade.

upgradeType: "NodeOsUpgrade"

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

utcTime: string

Time when created this upgrade history.