ProvisionedClusterPoolUpgradeProfile interface
The list of available upgrade versions.
Properties
| kubernetes |
The Kubernetes version (major.minor.patch). NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The Agent Pool name. NOTE: This property will not be serialized. It can only be populated by the server. |
| os |
The particular KubernetesVersion's Image's OS Type (Linux, Windows) 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
kubernetesVersion
The Kubernetes version (major.minor.patch). NOTE: This property will not be serialized. It can only be populated by the server.
kubernetesVersion?: string
Property Value
string
name
The Agent Pool name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
osType
The particular KubernetesVersion's Image's OS Type (Linux, Windows) NOTE: This property will not be serialized. It can only be populated by the server.
osType?: string
Property Value
string
upgrades
List of orchestrator types and versions available for upgrade.
upgrades?: ProvisionedClusterPoolUpgradeProfileProperties[]