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: Optional[str] = None, identity: Optional[azure.mgmt.containerregistry.v2020_11_01_preview.models._models_py3.IdentityProperties] = None, target: Optional[azure.mgmt.containerregistry.v2020_11_01_preview.models._models_py3.ExportPipelineTargetProperties] = None, options: Optional[List[Union[str, azure.mgmt.containerregistry.v2020_11_01_preview.models._container_registry_management_client_enums.PipelineOptions]]] = None, **kwargs)

Variables

id
str

The resource ID.

name
str

The name of the resource.

type
str

The type of the resource.

system_data
SystemData

Metadata pertaining to creation and last modification of the resource.

location
str

The location of the export pipeline.

identity
IdentityProperties

The identity of the export pipeline.

target
ExportPipelineTargetProperties

The target properties of the export pipeline.

options
list[str or PipelineOptions]

The list of all options configured for the pipeline.

provisioning_state
str or ProvisioningState

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