ContainerServiceAgentPoolProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.ContainerServiceAgentPoolProfile

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.

ContainerServiceVMSizeTypes vmSize()

Get the vmSize value.

ContainerServiceAgentPoolProfile withCount(int count)

Set the count value.

ContainerServiceAgentPoolProfile withDnsPrefix(String dnsPrefix)

Set the dnsPrefix value.

ContainerServiceAgentPoolProfile withName(String name)

Set the name value.

ContainerServiceAgentPoolProfile withVmSize(ContainerServiceVMSizeTypes vmSize)

Set the vmSize value.

Method Details

count

public int count()

Get the count value.

Returns:

the count value

dnsPrefix

public String dnsPrefix()

Get the dnsPrefix value.

Returns:

the dnsPrefix value

fqdn

public String fqdn()

Get the fqdn value.

Returns:

the fqdn value

name

public String name()

Get the name value.

Returns:

the name value

vmSize

public ContainerServiceVMSizeTypes vmSize()

Get the vmSize value.

Returns:

the vmSize value

withCount

public ContainerServiceAgentPoolProfile withCount(int count)

Set the count value.

Parameters:

count - the count value to set

Returns:

the ContainerServiceAgentPoolProfile object itself.

withDnsPrefix

public ContainerServiceAgentPoolProfile withDnsPrefix(String dnsPrefix)

Set the dnsPrefix value.

Parameters:

dnsPrefix - the dnsPrefix value to set

Returns:

the ContainerServiceAgentPoolProfile object itself.

withName

public ContainerServiceAgentPoolProfile withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ContainerServiceAgentPoolProfile object itself.

withVmSize

public ContainerServiceAgentPoolProfile withVmSize(ContainerServiceVMSizeTypes vmSize)

Set the vmSize value.

Parameters:

vmSize - the vmSize value to set

Returns:

the ContainerServiceAgentPoolProfile object itself.

Applies to