AgentPoolUpgradeProfile interface
The list of available upgrades for an agent pool.
Properties
id | The ID of the agent pool upgrade profile. NOTE: This property will not be serialized. It can only be populated by the server. |
kubernetes |
The Kubernetes version (major.minor.patch). |
latest |
The latest AKS supported node image version. |
name | The name of the agent pool upgrade profile. NOTE: This property will not be serialized. It can only be populated by the server. |
os |
The operating system type. The default is Linux. |
type | The type of the agent pool upgrade profile. NOTE: This property will not be serialized. It can only be populated by the server. |
upgrades | List of orchestrator types and versions available for upgrade. |
Property Details
id
The ID of the agent pool upgrade profile. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
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
name
The name of the agent pool upgrade profile. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
osType
The operating system type. The default is Linux.
osType: string
Property Value
string
type
The type of the agent pool upgrade profile. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
upgrades
List of orchestrator types and versions available for upgrade.
upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[]