ClusterAksPatchUpgradeHistoryProperties interface

Cluster aks patch upgrade history properties.

Extends

Properties

newVersion

Version going to update.

originalVersion

Version before update.

upgradeType

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

Inherited Properties

upgradeResult

Result of this upgrade.

utcTime

Time when created this upgrade history.

Property Details

newVersion

Version going to update.

newVersion?: string

Property Value

string

originalVersion

Version before update.

originalVersion?: string

Property Value

string

upgradeType

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

upgradeType: "AKSPatchUpgrade"

Property Value

"AKSPatchUpgrade"

Inherited Property Details

upgradeResult

Result of this upgrade.

upgradeResult: string

Property Value

string

Inherited From ClusterUpgradeHistoryProperties.upgradeResult

utcTime

Time when created this upgrade history.

utcTime: string

Property Value

string

Inherited From ClusterUpgradeHistoryProperties.utcTime