| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContainerService.Definition
Container interface for all the definitions related to a container service.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerService.DefinitionStages.WithCreate |
ContainerService.DefinitionStages.WithDiagnostics.withDiagnostics()
Enables diagnostics.
|
ContainerService.DefinitionStages.WithCreate |
ContainerService.DefinitionStages.WithMasterDnsPrefix.withMasterDnsPrefix(String dnsPrefix)
Specifies the DNS prefix to be used to create the FQDN for the master pool.
|
ContainerService.DefinitionStages.WithCreate |
ContainerService.DefinitionStages.WithMasterOSDiskSize.withMasterOSDiskSizeInGB(int osDiskSizeInGB)
OS Disk Size in GB to be used for every machine in the master pool.
|
ContainerService.DefinitionStages.WithCreate |
ContainerService.DefinitionStages.WithMasterStorageProfile.withMasterStorageProfile(ContainerServiceStorageProfileTypes storageProfile)
Specifies the storage kind to be used for every machine in master pool.
|
ContainerService.DefinitionStages.WithCreate |
ContainerService.DefinitionStages.WithMasterVMSize.withMasterVMSize(ContainerServiceVMSizeTypes vmSize)
Specifies the size of the master VMs, default set to "Standard_D2_v2".
|
ContainerService.DefinitionStages.WithCreate |
ContainerService.DefinitionStages.WithSubnet.withSubnet(String networkId,
String subnetName)
Specifies the virtual network and subnet for the virtual machines in the master and agent pools.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceAgentPool.DefinitionStages.Blank<ContainerService.DefinitionStages.WithCreate> |
ContainerService.DefinitionStages.WithAgentPool.defineAgentPool(String name)
Begins the definition of a agent pool profile to be attached to the container service.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/