AgentPoolProperties interface

AgentPool configuration

Extends

Inherited Properties

availabilityZones

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.

nodeImageVersion

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.

osType

The particular KubernetesVersion's Image's OS Type (Linux, Windows)

provisioningState

Provisioning state of the resource NOTE: This property will not be serialized. It can only be populated by the server.

status

Defines the observed state of the agent pool

vmSize

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

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

provisioningState

Provisioning state of the resource NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

Inherited From AgentPoolProvisioningStatus.provisioningState

status

Defines the observed state of the agent pool

status?: AgentPoolProvisioningStatusStatus

Property Value

Inherited From AgentPoolProvisioningStatus.status

vmSize

VmSize - The size of the agent pool VMs.

vmSize?: string

Property Value

string

Inherited From AgentPoolUpdateProfile.vmSize