public class ImportSource extends Object
| Constructor | Description |
|---|---|
ImportSource() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
registryUri() |
Get the address of the source registry.
|
String |
resourceId() |
Get the resource identifier of the source Azure Container Registry.
|
String |
sourceImage() |
Get repository name of the source image.
|
ImportSource |
withRegistryUri(String registryUri) |
Set the address of the source registry.
|
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.
|
public String resourceId()
public ImportSource withResourceId(String resourceId)
resourceId - the resourceId value to setpublic String registryUri()
public ImportSource withRegistryUri(String registryUri)
registryUri - the registryUri value to setpublic String sourceImage()
public ImportSource withSourceImage(String sourceImage)
sourceImage - the sourceImage value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/