ImportSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class ImportSource
type ImportSource = class
Public Class ImportSource
- Inheritance
-
ImportSource
Constructors
ImportSource() |
Initializes a new instance of the ImportSource class. |
ImportSource(String, String, String, ImportSourceCredentials) |
Initializes a new instance of the ImportSource class. |
Properties
Credentials |
Gets or sets credentials used when importing from a registry uri. |
RegistryUri |
Gets or sets the address of the source registry (e.g. 'mcr.microsoft.com'). |
ResourceId |
Gets or sets the resource identifier of the source Azure Container Registry. |
SourceImage |
Gets or sets repository name of the source image. Specify an image by repository ('hello-world'). This will use the 'latest' tag. Specify an image by tag ('hello-world:latest'). Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123'). |
Methods
Validate() |
Validate the object. |