| Modifier and Type | Method and Description |
|---|---|
ContainerConfiguration |
VirtualMachineConfiguration.containerConfiguration()
Get if specified, setup is performed on each node in the pool to allow tasks to run in containers.
|
ContainerConfiguration |
ContainerConfiguration.withContainerImageNames(List<String> containerImageNames)
Set this is the full image reference, as would be specified to "docker pull".
|
ContainerConfiguration |
ContainerConfiguration.withContainerRegistries(List<ContainerRegistry> containerRegistries)
Set if any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.
|
ContainerConfiguration |
ContainerConfiguration.withType(String type)
Set the type value.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineConfiguration |
VirtualMachineConfiguration.withContainerConfiguration(ContainerConfiguration containerConfiguration)
Set if specified, setup is performed on each node in the pool to allow tasks to run in containers.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/