Compartilhar via


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.v2020_11_01_preview.models._models_py3.ProxyResource
ExportPipeline

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
str

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
str

The resource ID.

name
str

The name of the resource.

type
str

The type of the resource.

system_data

Metadata pertaining to creation and last modification of the resource.

location
str

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".