Compartir a través de


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_06_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
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.IdentityProperties>

The identity of the export pipeline.

target
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.ExportPipelineTargetProperties>

The target properties of the export pipeline.

options
list[str or <xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.PipelineOptions>]

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
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.SystemData>

Metadata pertaining to creation and last modification of the resource.

location
str

The location of the export pipeline.

identity
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.IdentityProperties>

The identity of the export pipeline.

target
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.ExportPipelineTargetProperties>

The target properties of the export pipeline.

options
list[str or <xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.PipelineOptions>]

The list of all options configured for the pipeline.

provisioning_state
str or <xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.ProvisioningState>

The provisioning state of the pipeline at the time the operation was called. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".