NamedAgentPoolProfile interface
Agent pool profile along with a name parameter
Inherited Properties
| availability |
AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones |
| count | Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. |
| name | Unique name of the agent pool profile in the context of the subscription and resource group. |
| 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) |
| vm |
VmSize - The size of the agent pool VMs. |
Inherited Property Details
availabilityZones
AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
availabilityZones?: string[]
Property Value
string[]
Inherited From AgentPoolProfile.availabilityZones
count
Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.
count?: number
Property Value
number
Inherited From AgentPoolUpdateProfile.count
name
Unique name of the agent pool profile in the context of the subscription and resource group.
name?: string
Property Value
string
Inherited From AgentPoolName.name
nodeImageVersion
The version of node image
nodeImageVersion?: string
Property Value
string
Inherited From AgentPoolProfile.nodeImageVersion
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
Inherited From AgentPoolProfile.osSKU
osType
The particular KubernetesVersion's Image's OS Type (Linux, Windows)
osType?: string
Property Value
string
Inherited From AgentPoolProfile.osType
vmSize
VmSize - The size of the agent pool VMs.
vmSize?: string
Property Value
string
Inherited From AgentPoolUpdateProfile.vmSize