ImportPipeline Class
An object that represents an import pipeline for a container registry.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.containerregistry.v2023_11_01_preview.models._models_py3.ProxyResourceImportPipeline
Constructor
ImportPipeline(*, location: str | None = None, identity: _models.IdentityProperties | None = None, source: _models.ImportPipelineSourceProperties | None = None, trigger: _models.PipelineTriggerProperties | None = None, options: List[str | _models.PipelineOptions] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
The location of the import pipeline. |
identity
|
The identity of the import pipeline. |
source
|
The source properties of the import pipeline. |
trigger
|
The properties that describe the trigger of the import pipeline. |
options
|
The list of all options configured for the pipeline. |
Variables
Name | Description |
---|---|
id
|
The resource ID. |
name
|
The name of the resource. |
type
|
The type of the resource. |
system_data
|
Metadata pertaining to creation and last modification of the resource. |
location
|
The location of the import pipeline. |
identity
|
The identity of the import pipeline. |
source
|
The source properties of the import pipeline. |
trigger
|
The properties that describe the trigger of the import pipeline. |
options
|
The list of all options configured for the pipeline. |
provisioning_state
|
The provisioning state of the pipeline at the time the operation was called. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled". |
Azure SDK for Python