你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagedClusterPoolUpgradeProfile interface
The list of available upgrade versions.
Properties
kubernetes |
The Kubernetes version (major.minor.patch). |
name | The Agent Pool name. |
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
name
The Agent Pool name.
name?: 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?: ManagedClusterPoolUpgradeProfileUpgradesItem[]