Uses of Class
com.microsoft.azure.management.containerregistry.ImportImageParameters
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of ImportImageParameters in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionImportImageParameters.withMode
(ImportMode mode) Set when Force, any existing target tags will be overwritten.ImportImageParameters.withSource
(ImportSource source) Set the source of the image.ImportImageParameters.withTargetTags
(List<String> targetTags) Set list of strings of the form repo[:tag].ImportImageParameters.withUntaggedTargetRepositories
(List<String> untaggedTargetRepositories) Set list of strings of repository names to do a manifest only copy.