ClusterPoolNodeOsUpgradeHistoryProperties interface
Cluster pool node os upgrade history properties.
- Extends
Properties
new |
New Node Os version. |
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
newNodeOs
New Node Os version.
newNodeOs?: string
Property Value
string
upgradeType
Polymorphic discriminator, which specifies the different types this object can be
upgradeType: "NodeOsUpgrade"
Property Value
"NodeOsUpgrade"
Inherited Property Details
upgradeResult
Result of this upgrade.
upgradeResult: string
Property Value
string
Inherited From ClusterPoolUpgradeHistoryProperties.upgradeResult
utcTime
Time when created this upgrade history.
utcTime: string
Property Value
string
Inherited From ClusterPoolUpgradeHistoryProperties.utcTime
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript