Uses of Class
com.microsoft.azure.management.containerregistry.ImportSource
Packages that use ImportSource
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of ImportSource in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return ImportSourceModifier 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.Methods in com.microsoft.azure.management.containerregistry with parameters of type ImportSourceModifier and TypeMethodDescriptionImportImageParameters.withSource
(ImportSource source) Set the source of the image.