ClusterPoolAvailableUpgradeAksPatchUpgradeProperties interface
Cluster pool available AKS patch version upgrade.
- Extends
Properties
current |
Current AKS version. |
current |
Current AKS version's status: whether it is deprecated or supported |
latest |
Latest AKS patch version. |
upgrade |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
currentVersion
Current AKS version.
currentVersion?: string
Property Value
string
currentVersionStatus
Current AKS version's status: whether it is deprecated or supported
currentVersionStatus?: string
Property Value
string
latestVersion
Latest AKS patch version.
latestVersion?: string
Property Value
string
upgradeType
Polymorphic discriminator, which specifies the different types this object can be
upgradeType: "AKSPatchUpgrade"
Property Value
"AKSPatchUpgrade"
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