Uses of Class
com.azure.resourcemanager.containerregistry.models.ImportMode
-
Packages that use ImportMode Package Description com.azure.resourcemanager.containerregistry.models 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 ImportMode Modifier and Type Field Description static ImportModeImportMode. FORCEStatic value Force for ImportMode.static ImportModeImportMode. NO_FORCEStatic value NoForce for ImportMode.Methods in com.azure.resourcemanager.containerregistry.models that return ImportMode Modifier and Type Method Description static ImportModeImportMode. fromString(String name)Creates or finds a ImportMode from its string representation.ImportModeImportImageParameters. 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 ImportMode Modifier and Type Method Description static Collection<ImportMode>ImportMode. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type ImportMode Modifier and Type Method Description ImportImageParametersImportImageParameters. withMode(ImportMode mode)Set the mode property: When Force, any existing target tags will be overwritten.
-