PipelineRun Class

An object that represents a pipeline run for a container registry.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

PipelineRun(*, request: _models.PipelineRunRequest | None = None, force_update_tag: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
request

The request parameters for a pipeline run.

Default value: None
force_update_tag
str

How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.

Default value: None

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.

provisioning_state

The provisioning state of a pipeline run. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".

request

The request parameters for a pipeline run.

response

The response of a pipeline run.

force_update_tag
str

How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.