Share via


IWithAgentPoolVirtualMachineCount<ParentT>.WithAgentPoolVirtualMachineCount Method

Definition

Specifies the number of agents (Virtual Machines) to host docker containers.

public Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAttach<ParentT> WithAgentPoolVirtualMachineCount (int count);
abstract member WithAgentPoolVirtualMachineCount : int -> Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAttach<'ParentT>
Public Function WithAgentPoolVirtualMachineCount (count As Integer) As IWithAttach(Of ParentT)

Parameters

count
Int32

The number of agents (VMs) to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive); the default value is 1.

Returns

Applies to