AgentPoolUpgradeProfileProperties interface
The list of available upgrade versions.
Properties
| kubernetes |
The Kubernetes version (major.minor.patch). |
| latest |
The latest AKS supported node image version. |
| os |
The operating system type. The default is Linux. |
| upgrades | List of orchestrator types and versions available for upgrade. |
Property Details
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
upgrades
List of orchestrator types and versions available for upgrade.
upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[]