| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContainerServiceAgentPool.Definition<ParentT>
The entirety of a container service agent pool definition as a part of a parent definition.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceAgentPool.DefinitionStages.WithVMSize<ParentT> |
ContainerServiceAgentPool.DefinitionStages.Blank.withVirtualMachineCount(int count)
Specifies 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.
*/