| Modifier and Type | Method | Description |
|---|---|---|
ImportImageParameters |
ImportImageParameters.withMode(ImportMode mode) |
Set when Force, any existing target tags will be overwritten.
|
ImportImageParameters |
ImportImageParameters.withSource(ImportSource source) |
Set the source of the image.
|
ImportImageParameters |
ImportImageParameters.withTargetTags(List<String> targetTags) |
Set list of strings of the form repo[:tag].
|
ImportImageParameters |
ImportImageParameters.withUntaggedTargetRepositories(List<String> untaggedTargetRepositories) |
Set list of strings of repository names to do a manifest only copy.
|
| Modifier and Type | Method | Description |
|---|---|---|
rx.Completable |
Registries.importImageAsync(String resourceGroupName,
String registryName,
ImportImageParameters parameters) |
Copies an image to this container registry from the specified container registry.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/