ParentT
- the stage of the container service definition to return to after attaching this definition@Beta(value=V1_15_0)
public static interface KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount<ParentT>
Allowed values must be in the range of 1 to 100 (inclusive); the default value is 1.
Modifier and Type | Method and Description |
---|---|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
withAgentPoolVirtualMachineCount(int count)
Specifies the number of agents (Virtual Machines) to host docker containers.
|
@Beta(value=V1_15_0) KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withAgentPoolVirtualMachineCount(int count)
count
- 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.Copyright © 2019. All rights reserved.