public class ImportSource extends Object
| Constructor and Description |
|---|
ImportSource() |
| Modifier and Type | Method and Description |
|---|---|
ImportSourceCredentials |
credentials()
Get credentials used when importing from a registry uri.
|
String |
registryUri()
Get the address of the source registry (e.g.
|
String |
resourceId()
Get the resource identifier of the source Azure Container Registry.
|
String |
sourceImage()
Get repository name of the source 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.
|
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 ImportSourceCredentials credentials()
public ImportSource withCredentials(ImportSourceCredentials credentials)
credentials - the credentials value to setpublic String sourceImage()
public ImportSource withSourceImage(String sourceImage)
sourceImage - the sourceImage value to setCopyright © 2019. All rights reserved.