AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem interface
Properties
| default | Whether this version is the default agent pool version. |
| is |
Whether Kubernetes version is currently in preview. |
| kubernetes |
The Kubernetes version (major.minor.patch). |
Property Details
default
Whether this version is the default agent pool version.
default?: boolean
Property Value
boolean
isPreview
Whether Kubernetes version is currently in preview.
isPreview?: boolean
Property Value
boolean
kubernetesVersion
The Kubernetes version (major.minor.patch).
kubernetesVersion?: string
Property Value
string