你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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