IWithAgentPoolVirtualMachineCount<ParentT>.WithAgentPoolVirtualMachineCount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.