| Modifier and Type | Method | Description |
|---|---|---|
ImportSource |
ImportImageParameters.source() |
Get the source of the image.
|
ImportSource |
ImportSource.withRegistryUri(String registryUri) |
Set the address of the source registry.
|
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 | 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.
*/