TaskRun Class
The task run that has the ARM resource and properties. The task run will have the information of request and result of a run.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.ProxyResourceTaskRun
Constructor
TaskRun(*, identity: _models.IdentityProperties | None = None, location: str | None = None, run_request: _models.RunRequest | None = None, force_update_tag: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
identity
|
Identity for the resource. |
location
|
The location of the resource. |
run_request
|
The request (parameters) for the run. |
force_update_tag
|
How the run should be forced to rerun even if the run request configuration has not changed. |
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. |
identity
|
Identity for the resource. |
location
|
The location of the resource. |
provisioning_state
|
The provisioning state of this task run. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled". |
run_request
|
The request (parameters) for the run. |
run_result
|
The result of this task run. |
force_update_tag
|
How the run should be forced to rerun even if the run request configuration has not changed. |
Azure SDK for Python