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 | 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 | The resource ID. | 
| name | The name of the resource. | 
| type | 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 | How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. |