AgentPoolUpdateProfile interface

Profile for agent pool properties that can be updated

Properties

count

Number of nodes in the agent pool. The default value is 1.

kubernetesVersion

Version of Kubernetes in use by the agent pool. This is inherited from the kubernetesVersion of the provisioned cluster. NOTE: This property will not be serialized. It can only be populated by the server.

vmSize

The VM sku size of the agent pool node VMs.

Property Details

count

Number of nodes in the agent pool. The default value is 1.

count?: number

Property Value

number

kubernetesVersion

Version of Kubernetes in use by the agent pool. This is inherited from the kubernetesVersion of the provisioned cluster. NOTE: This property will not be serialized. It can only be populated by the server.

kubernetesVersion?: string

Property Value

string

vmSize

The VM sku size of the agent pool node VMs.

vmSize?: string

Property Value

string