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() |
Container |
agentPoolVMSize() |
boolean | isDiagnosticsEnabled() |
String | linuxRootUsername() |
String | masterFqdn() |
String | masterLeafDomainLabel() |
int | masterNodeCount() |
Container |
orchestratorType() |
String | servicePrincipalClientId() |
String | servicePrincipalSecret() |
String | sshKey() |
Inherited Members
Method Details
agentPoolCount
public int agentPoolCount()
Returns:
agentPoolFqdn
public String agentPoolFqdn()
Returns:
agentPoolLeafDomainLabel
public String agentPoolLeafDomainLabel()
Returns:
agentPoolName
public String agentPoolName()
Returns:
agentPoolVMSize
public ContainerServiceVMSizeTypes agentPoolVMSize()
Returns:
isDiagnosticsEnabled
public boolean isDiagnosticsEnabled()
Returns:
linuxRootUsername
public String linuxRootUsername()
Returns:
masterFqdn
public String masterFqdn()
Returns:
masterLeafDomainLabel
public String masterLeafDomainLabel()
Returns:
masterNodeCount
public int masterNodeCount()
Returns:
orchestratorType
public ContainerServiceOrchestratorTypes orchestratorType()
Returns:
servicePrincipalClientId
public String servicePrincipalClientId()
Returns:
servicePrincipalSecret
public String servicePrincipalSecret()
Returns:
sshKey
public String sshKey()
Returns:
Applies to
Azure SDK for Java