| Modifier and Type | Method and Description |
|---|---|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withCount(int count)
Set number of agents (VMs) to host docker containers.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withDnsPrefix(String dnsPrefix)
Set dNS prefix to be used to create the FQDN for the agent pool.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withName(String name)
Set unique name of the agent pool profile in the context of the subscription and resource group.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withVmSize(ContainerServiceVMSizeTypes vmSize)
Set size of agent VMs.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/