public static interface ContainerService.UpdateStages.WithUpdateAgentPoolCount
| Modifier and Type | Method and Description |
|---|---|
ContainerService.Update |
withAgentVirtualMachineCount(int agentCount)
Updates the agent pool virtual machine count.
|
ContainerService.Update withAgentVirtualMachineCount(int agentCount)
agentCount - the number of agents (virtual machines) to host docker containers./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/