@Beta(value=V1_1_0) public interface ContainerService extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.compute.implementation.ComputeManager,com.microsoft.azure.management.compute.implementation.ContainerServiceInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<ContainerService>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<ContainerService.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContainerService.Definition
Container interface for all the definitions related to a container service.
|
static interface |
ContainerService.DefinitionStages
Grouping of container service definition stages.
|
static interface |
ContainerService.Update
The template for an update operation, containing all the settings that
can be modified.
|
static interface |
ContainerService.UpdateStages
Grouping of container service update stages.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| 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() |
region, regionName, tags, typekeyidnameresourceGroupNamemanagerinnerint masterNodeCount()
ContainerServiceOrchestratorTypes orchestratorType()
String masterLeafDomainLabel()
String masterFqdn()
String agentPoolName()
int agentPoolCount()
String agentPoolLeafDomainLabel()
ContainerServiceVMSizeTypes agentPoolVMSize()
String agentPoolFqdn()
String linuxRootUsername()
String sshKey()
boolean isDiagnosticsEnabled()
String servicePrincipalClientId()
String servicePrincipalSecret()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/