Uses of Class
com.microsoft.azure.management.containerregistry.ImportSource
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of ImportSource in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionImportImageParameters.source()
Get the source of the image.ImportSource.withCredentials
(ImportSourceCredentials credentials) Set credentials used when importing from a registry uri.ImportSource.withRegistryUri
(String registryUri) Set the address of the source registry (e.g.ImportSource.withResourceId
(String resourceId) Set the resource identifier of the source Azure Container Registry.ImportSource.withSourceImage
(String sourceImage) Set repository name of the source image.Modifier and TypeMethodDescriptionImportImageParameters.withSource
(ImportSource source) Set the source of the image.