ClusterAksPatchUpgradeHistoryProperties interface
Cluster aks patch upgrade history properties.
- Extends
Properties
new |
Version going to update. |
original |
Version before update. |
upgrade |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
upgrade |
Result of this upgrade. |
utc |
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
Azure SDK for JavaScript