| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/