public class ContainerServiceAgentPoolProfile extends Object
Constructor and Description |
---|
ContainerServiceAgentPoolProfile() |
Modifier and Type | Method and Description |
---|---|
int |
count()
Get number of agents (VMs) to host docker containers.
|
String |
dnsPrefix()
Get dNS prefix to be used to create the FQDN for the agent pool.
|
String |
fqdn()
Get fQDN for the agent pool.
|
String |
name()
Get unique name of the agent pool profile in the context of the subscription and resource group.
|
ContainerServiceVMSizeTypes |
vmSize()
Get size of agent VMs.
|
ContainerServiceAgentPoolProfile |
withCount(int count)
Set number of agents (VMs) to host docker containers.
|
ContainerServiceAgentPoolProfile |
withDnsPrefix(String dnsPrefix)
Set dNS prefix to be used to create the FQDN for the agent pool.
|
ContainerServiceAgentPoolProfile |
withName(String name)
Set unique name of the agent pool profile in the context of the subscription and resource group.
|
ContainerServiceAgentPoolProfile |
withVmSize(ContainerServiceVMSizeTypes vmSize)
Set size of agent VMs.
|
public String name()
public ContainerServiceAgentPoolProfile withName(String name)
name
- the name value to setpublic int count()
public ContainerServiceAgentPoolProfile withCount(int count)
count
- the count value to setpublic ContainerServiceVMSizeTypes vmSize()
public ContainerServiceAgentPoolProfile withVmSize(ContainerServiceVMSizeTypes vmSize)
vmSize
- the vmSize value to setpublic String dnsPrefix()
public ContainerServiceAgentPoolProfile withDnsPrefix(String dnsPrefix)
dnsPrefix
- the dnsPrefix value to setpublic String fqdn()
Copyright © 2019. All rights reserved.