ParentT - the stage of the container service definition to return to after attaching this definitionpublic static interface KubernetesClusterAgentPool.UpdateStages.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.Update<ParentT> |
withAgentPoolVirtualMachineCount(int count)
Specifies the number of agents (Virtual Machines) to host docker containers.
|
KubernetesClusterAgentPool.Update<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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/