次の方法で共有


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.

Inheritance
azure.mgmt.containerregistry.v2023_01_01_preview.models._models_py3.ProxyResource
PipelineRun

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.

force_update_tag
str

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

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.