AgentPoolProfile interface
AgentPool configuration
Properties
| availability |
AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones |
| node |
The version of node image |
| osSKU | Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows. |
| os |
The particular KubernetesVersion's Image's OS Type (Linux, Windows) |
Property Details
availabilityZones
AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
availabilityZones?: string[]
Property Value
string[]
nodeImageVersion
The version of node image
nodeImageVersion?: string
Property Value
string
osSKU
Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows.
osSKU?: string
Property Value
string
osType
The particular KubernetesVersion's Image's OS Type (Linux, Windows)
osType?: string
Property Value
string