TaskRunUpdateParameters Class
The parameters for updating a task run.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelTaskRunUpdateParameters
Constructor
TaskRunUpdateParameters(*, identity: _models.IdentityProperties | None = None, location: str | None = None, tags: Dict[str, 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. |
tags
|
The ARM resource tags. |
run_request
|
The request (parameters) for the new run. |
force_update_tag
|
How the run should be forced to rerun even if the run request configuration has not changed. |
Variables
Name | Description |
---|---|
identity
|
Identity for the resource. |
location
|
The location of the resource. |
tags
|
The ARM resource tags. |
run_request
|
The request (parameters) for the new run. |
force_update_tag
|
How the run should be forced to rerun even if the run request configuration has not changed. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python