Uses of Class
com.azure.resourcemanager.containerregistry.models.ImportSource
Packages that use ImportSource
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of ImportSource in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return ImportSourceModifier and TypeMethodDescriptionstatic ImportSourceImportSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImportSource from the JsonReader.ImportImageParameters.source()Get the source property: The source of the image.ImportSource.withCredentials(ImportSourceCredentials credentials) Set the credentials property: Credentials used when importing from a registry uri.ImportSource.withRegistryUri(String registryUri) Set the registryUri property: The address of the source registry (e.g.ImportSource.withResourceId(String resourceId) Set the resourceId property: The resource identifier of the source Azure Container Registry.ImportSource.withSourceImage(String sourceImage) Set the sourceImage property: Repository name of the source image.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type ImportSourceModifier and TypeMethodDescriptionImportImageParameters.withSource(ImportSource source) Set the source property: The source of the image.