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.v2019_12_01_preview.models._models_py3.ProxyResource
ImportPipeline

Constructor

ImportPipeline(*, location: Optional[str] = None, identity: Optional[azure.mgmt.containerregistry.v2019_12_01_preview.models._models_py3.IdentityProperties] = None, source: Optional[azure.mgmt.containerregistry.v2019_12_01_preview.models._models_py3.ImportPipelineSourceProperties] = None, trigger: Optional[azure.mgmt.containerregistry.v2019_12_01_preview.models._models_py3.PipelineTriggerProperties] = None, options: Optional[List[Union[str, azure.mgmt.containerregistry.v2019_12_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 import pipeline.

identity
IdentityProperties

The identity of the import pipeline.

source
ImportPipelineSourceProperties

The source properties of the import pipeline.

trigger
PipelineTriggerProperties

The properties that describe the trigger of the import 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".