ContainerServiceAgentPoolProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. ContainerServiceAgentPoolProfile
- com.
public class ContainerServiceAgentPoolProfile
Profile for the container service agent pool.
Method Summary
Modifier and Type | Method and Description |
---|---|
int |
count()
Get the count value. |
String |
dnsPrefix()
Get the dnsPrefix value. |
String |
fqdn()
Get the fqdn value. |
String |
name()
Get the name value. |
Container |
vmSize()
Get the vmSize value. |
Container |
withCount(int count)
Set the count value. |
Container |
withDnsPrefix(String dnsPrefix)
Set the dnsPrefix value. |
Container |
withName(String name)
Set the name value. |
Container |
withVmSize(ContainerServiceVMSizeTypes vmSize)
Set the vmSize value. |
Method Details
count
public int count()
Get the count value.
Returns:
dnsPrefix
public String dnsPrefix()
Get the dnsPrefix value.
Returns:
fqdn
public String fqdn()
Get the fqdn value.
Returns:
name
public String name()
Get the name value.
Returns:
vmSize
public ContainerServiceVMSizeTypes vmSize()
Get the vmSize value.
Returns:
withCount
public ContainerServiceAgentPoolProfile withCount(int count)
Set the count value.
Parameters:
Returns:
withDnsPrefix
public ContainerServiceAgentPoolProfile withDnsPrefix(String dnsPrefix)
Set the dnsPrefix value.
Parameters:
Returns:
withName
public ContainerServiceAgentPoolProfile withName(String name)
Set the name value.
Parameters:
Returns:
withVmSize
public ContainerServiceAgentPoolProfile withVmSize(ContainerServiceVMSizeTypes vmSize)
Set the vmSize value.
Parameters:
Returns:
Applies to
Azure SDK for Java