Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ImportSource |
ImportImageParameters.source()
Get the source of the image.
|
ImportSource |
ImportSource.withCredentials(ImportSourceCredentials credentials)
Set credentials used when importing from a registry uri.
|
ImportSource |
ImportSource.withRegistryUri(String registryUri)
Set the address of the source registry (e.g.
|
ImportSource |
ImportSource.withResourceId(String resourceId)
Set the resource identifier of the source Azure Container Registry.
|
ImportSource |
ImportSource.withSourceImage(String sourceImage)
Set repository name of the source image.
|
Modifier and Type | Method and Description |
---|---|
ImportImageParameters |
ImportImageParameters.withSource(ImportSource source)
Set the source of the image.
|
Copyright © 2019. All rights reserved.