ExportPipeline Class
An object that represents an export 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.ProxyResourceExportPipeline
Constructor
ExportPipeline(*, location: str | None = None, identity: _models.IdentityProperties | None = None, target: _models.ExportPipelineTargetProperties | None = None, options: List[str | _models.PipelineOptions] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
The location of the export pipeline. |
identity
|
The identity of the export pipeline. |
target
|
The target properties of the export 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 export pipeline. |
identity
|
The identity of the export pipeline. |
target
|
The target properties of the export 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