ClusterAvailableUpgradeAksPatchUpgradeProperties interface
Cluster available AKS patch version upgrade.
- Extends
Properties
current |
Current node pool version. |
current |
Current AKS version's status: whether it is deprecated or supported |
latest |
Latest available version, which should be equal to AKS control plane version if it's not deprecated. |
upgrade |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
currentVersion
Current node pool 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 available version, which should be equal to AKS control plane version if it's not deprecated.
latestVersion?: string
Property Value
string
upgradeType
Polymorphic discriminator, which specifies the different types this object can be
upgradeType: "AKSPatchUpgrade"
Property Value
"AKSPatchUpgrade"
Azure SDK for JavaScript