Uses of Class
com.microsoft.azure.management.containerregistry.ImportMode
Packages that use ImportMode
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of ImportMode in com.microsoft.azure.management.containerregistry
Fields in com.microsoft.azure.management.containerregistry declared as ImportModeModifier and TypeFieldDescriptionstatic final ImportMode
ImportMode.FORCE
Static value Force for ImportMode.static final ImportMode
ImportMode.NO_FORCE
Static value NoForce for ImportMode.Methods in com.microsoft.azure.management.containerregistry that return ImportModeModifier 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.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type ImportModeMethods in com.microsoft.azure.management.containerregistry with parameters of type ImportModeModifier and TypeMethodDescriptionImportImageParameters.withMode
(ImportMode mode) Set when Force, any existing target tags will be overwritten.