Uses of Class
com.microsoft.azure.management.containerregistry.ImportMode
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of ImportMode in com.microsoft.azure.management.containerregistry
Modifier and TypeFieldDescriptionstatic final ImportMode
ImportMode.FORCE
Static value Force for ImportMode.static final ImportMode
ImportMode.NO_FORCE
Static value NoForce for ImportMode.Modifier and TypeMethodDescriptionstatic ImportMode
ImportMode.fromString
(String name) Creates or finds a ImportMode from its string representation.ImportImageParameters.mode()
Get when Force, any existing target tags will be overwritten.Modifier and TypeMethodDescriptionImportImageParameters.withMode
(ImportMode mode) Set when Force, any existing target tags will be overwritten.