Uses of Class
com.azure.resourcemanager.containerregistry.models.ImportMode
Packages that use ImportMode
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of ImportMode in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as ImportModeModifier and TypeFieldDescriptionstatic final ImportModeImportMode.FORCEStatic value Force for ImportMode.static final ImportModeImportMode.NO_FORCEStatic value NoForce for ImportMode.Methods in com.azure.resourcemanager.containerregistry.models that return ImportModeModifier and TypeMethodDescriptionstatic ImportModeImportMode.fromString(String name) Creates or finds a ImportMode from its string representation.ImportImageParameters.mode()Get the mode property: When Force, any existing target tags will be overwritten.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type ImportModeModifier and TypeMethodDescriptionstatic Collection<ImportMode> ImportMode.values()Gets known ImportMode values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type ImportModeModifier and TypeMethodDescriptionImportImageParameters.withMode(ImportMode mode) Set the mode property: When Force, any existing target tags will be overwritten.