Uses of Class
com.azure.resourcemanager.containerregistry.models.ImportImageParameters
Packages that use ImportImageParameters
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of ImportImageParameters in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent with parameters of type ImportImageParametersModifier and TypeMethodDescriptionRegistriesClient.beginImportImage(String resourceGroupName, String registryName, ImportImageParameters parameters) Copies an image to this container registry from the specified container registry.RegistriesClient.beginImportImage(String resourceGroupName, String registryName, ImportImageParameters parameters, com.azure.core.util.Context context) Copies an image to this container registry from the specified container registry.RegistriesClient.beginImportImageAsync(String resourceGroupName, String registryName, ImportImageParameters parameters) Copies an image to this container registry from the specified container registry.voidRegistriesClient.importImage(String resourceGroupName, String registryName, ImportImageParameters parameters) Copies an image to this container registry from the specified container registry.voidRegistriesClient.importImage(String resourceGroupName, String registryName, ImportImageParameters parameters, com.azure.core.util.Context context) Copies an image to this container registry from the specified container registry.RegistriesClient.importImageAsync(String resourceGroupName, String registryName, ImportImageParameters parameters) Copies an image to this container registry from the specified container registry.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> RegistriesClient.importImageWithResponseAsync(String resourceGroupName, String registryName, ImportImageParameters parameters) Copies an image to this container registry from the specified container registry. -
Uses of ImportImageParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return ImportImageParametersModifier and TypeMethodDescriptionstatic ImportImageParametersImportImageParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImportImageParameters from the JsonReader.ImportImageParameters.withMode(ImportMode mode) Set the mode property: When Force, any existing target tags will be overwritten.ImportImageParameters.withSource(ImportSource source) Set the source property: The source of the image.ImportImageParameters.withTargetTags(List<String> targetTags) Set the targetTags property: List of strings of the form repo[:tag].ImportImageParameters.withUntaggedTargetRepositories(List<String> untaggedTargetRepositories) Set the untaggedTargetRepositories property: List of strings of repository names to do a manifest only copy.