| Package | Description | 
|---|---|
| com.microsoft.azure.management.compute | 
 This package contains the classes for ComputeManagementClient. 
 | 
| 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 © 2019. All rights reserved.