| Modifier and Type | Method and Description |
|---|---|
ContainerRegistry |
TaskContainerSettings.registry()
Get this setting can be omitted if was already provided at pool creation.
|
ContainerRegistry |
ContainerRegistry.withIdentityReference(ComputeNodeIdentityReference identityReference)
Set the identityReference value.
|
ContainerRegistry |
ContainerRegistry.withPassword(String password)
Set the password value.
|
ContainerRegistry |
ContainerRegistry.withRegistryServer(String registryServer)
Set if omitted, the default is "docker.io".
|
ContainerRegistry |
ContainerRegistry.withUserName(String userName)
Set the userName value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerRegistry> |
ContainerConfiguration.containerRegistries()
Get if any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.
|
| Modifier and Type | Method and Description |
|---|---|
TaskContainerSettings |
TaskContainerSettings.withRegistry(ContainerRegistry registry)
Set this setting can be omitted if was already provided at pool creation.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/