Compartir a través de


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

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

Metadata pertaining to creation and last modification of the resource.

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

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

request
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.PipelineRunRequest>

The request parameters for a pipeline run.

response
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.PipelineRunResponse>

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.