Uses of Class
com.azure.resourcemanager.containerregistry.models.ImportSource
-
Packages that use ImportSource Package Description com.azure.resourcemanager.containerregistry.models 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 ImportSource Modifier and Type Method Description ImportSourceImportImageParameters. source()Get the source property: The source of the image.ImportSourceImportSource. withCredentials(ImportSourceCredentials credentials)Set the credentials property: Credentials used when importing from a registry uri.ImportSourceImportSource. withRegistryUri(String registryUri)Set the registryUri property: The address of the source registry (e.g.ImportSourceImportSource. withResourceId(String resourceId)Set the resourceId property: The resource identifier of the source Azure Container Registry.ImportSourceImportSource. withSourceImage(String sourceImage)Set the sourceImage property: Repository name of the source image.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type ImportSource Modifier and Type Method Description ImportImageParametersImportImageParameters. withSource(ImportSource source)Set the source property: The source of the image.
-