public static interface ContainerService.UpdateStages.WithUpdateAgentPoolCount
| Modifier and Type | Method and Description |
|---|---|
ContainerService.Update |
withAgentVMCount(int agentCount)
Enables diagnostics.
|
ContainerService.Update withAgentVMCount(int agentCount)
agentCount - 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.
*/