| Package | Description |
|---|---|
| com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
| Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.