ImportSource Class
ImportSource.
Constructor
ImportSource(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
resource_id
|
The resource identifier of the source Azure Container Registry. |
|
registry_uri
|
The address of the source registry (e.g. 'mcr.microsoft.com'). |
|
credentials
|
Credentials used when importing from a registry uri. |
|
source_image
|
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'). Required. |
Attributes
credentials
Credentials used when importing from a registry uri.
credentials: _models.ImportSourceCredentials | None
registry_uri
The address of the source registry (e.g. 'mcr.microsoft.com').
registry_uri: str | None
resource_id
The resource identifier of the source Azure Container Registry.
resource_id: str | None
source_image
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'). Required.
source_image: str