@Beta(value=V1_4_0) public interface ContainerService extends GroupableResource<com.microsoft.azure.management.containerservice.implementation.ContainerServiceManager,com.microsoft.azure.management.containerservice.implementation.ContainerServiceInner>, Refreshable<ContainerService>, Updatable<ContainerService.Update>, OrchestratorServiceBase
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.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
Modifier and Type | Method and Description |
---|---|
Map<String,ContainerServiceAgentPool> |
agentPools() |
boolean |
isDiagnosticsEnabled() |
String |
linuxRootUsername() |
String |
masterDnsPrefix() |
String |
masterFqdn() |
int |
masterNodeCount() |
int |
masterOSDiskSizeInGB() |
ContainerServiceStorageProfileTypes |
masterStorageProfile() |
String |
masterSubnetName() |
String |
networkId() |
ContainerServiceOrchestratorTypes |
orchestratorType() |
String |
servicePrincipalClientId() |
String |
servicePrincipalSecret() |
String |
sshKey() |
region, regionName, tags, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
int masterNodeCount()
ContainerServiceOrchestratorTypes orchestratorType()
String masterDnsPrefix()
String masterFqdn()
Map<String,ContainerServiceAgentPool> agentPools()
String linuxRootUsername()
String sshKey()
boolean isDiagnosticsEnabled()
String servicePrincipalClientId()
String servicePrincipalSecret()
int masterOSDiskSizeInGB()
ContainerServiceStorageProfileTypes masterStorageProfile()
String masterSubnetName()
String networkId()
Copyright © 2019. All rights reserved.