| Modifier and Type | Method and Description |
|---|---|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withCount(Integer 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.withOsDiskSizeGB(Integer osDiskSizeGB)
Set oS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withOsType(OSType osType)
Set osType to be used to specify os type.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withPorts(List<Integer> ports)
Set ports number array used to expose on this agent pool.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)
Set storage profile specifies what kind of storage used.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withVmSize(ContainerServiceVMSizeTypes vmSize)
Set size of agent VMs.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withVnetSubnetID(String vnetSubnetID)
Set vNet SubnetID specifies the VNet's subnet identifier.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/