Compartir vía


ContainerService Interface

public interface ContainerService extends GroupableResource<ComputeManager, ContainerServiceInner>,Refreshable,Updatable<ContainerService.Update>

An client-side representation for a container service.

Method Summary

Modifier and Type Method and Description
int agentPoolCount()
String agentPoolFqdn()
String agentPoolLeafDomainLabel()
String agentPoolName()
ContainerServiceVMSizeTypes agentPoolVMSize()
boolean isDiagnosticsEnabled()
String linuxRootUsername()
String masterFqdn()
String masterLeafDomainLabel()
int masterNodeCount()
ContainerServiceOrchestratorTypes orchestratorType()
String servicePrincipalClientId()
String servicePrincipalSecret()
String sshKey()

Inherited Members

Method Details

agentPoolCount

public int agentPoolCount()

Returns:

the agent pool count

agentPoolFqdn

public String agentPoolFqdn()

Returns:

the agent pool FQDN

agentPoolLeafDomainLabel

public String agentPoolLeafDomainLabel()

Returns:

the agent pool leaf domain label

agentPoolName

public String agentPoolName()

Returns:

the agent pool name

agentPoolVMSize

public ContainerServiceVMSizeTypes agentPoolVMSize()

Returns:

the agent pool VM size

isDiagnosticsEnabled

public boolean isDiagnosticsEnabled()

Returns:

diagnostics enabled

linuxRootUsername

public String linuxRootUsername()

Returns:

the linux root username

masterFqdn

public String masterFqdn()

Returns:

the master FQDN

masterLeafDomainLabel

public String masterLeafDomainLabel()

Returns:

the master leaf domain label

masterNodeCount

public int masterNodeCount()

Returns:

the master node count

orchestratorType

public ContainerServiceOrchestratorTypes orchestratorType()

Returns:

the type of the orchestrator

servicePrincipalClientId

public String servicePrincipalClientId()

Returns:

the service principal clientId

servicePrincipalSecret

public String servicePrincipalSecret()

Returns:

the service principal secret

sshKey

public String sshKey()

Returns:

the linux ssh key

Applies to