AgentPoolUpgradeProfileProperties interface
The list of available upgrade versions.
Properties
| components |
List of components grouped by kubernetes major.minor version. |
| kubernetes |
The Kubernetes version (major.minor.patch). |
| latest |
The latest AKS supported node image version. |
| os |
The operating system type. The default is Linux. |
| recently |
List of historical good versions for rollback operations. |
| upgrades | List of orchestrator types and versions available for upgrade. |
Property Details
componentsByReleases
List of components grouped by kubernetes major.minor version.
componentsByReleases?: ComponentsByRelease[]
Property Value
kubernetesVersion
The Kubernetes version (major.minor.patch).
kubernetesVersion: string
Property Value
string
latestNodeImageVersion
The latest AKS supported node image version.
latestNodeImageVersion?: string
Property Value
string
osType
The operating system type. The default is Linux.
osType: string
Property Value
string
recentlyUsedVersions
List of historical good versions for rollback operations.
recentlyUsedVersions?: AgentPoolRecentlyUsedVersion[]
Property Value
upgrades
List of orchestrator types and versions available for upgrade.
upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[]