TaskRunUpdateParameters Class
The parameters for updating a task run.
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. Default value: None
|
location
|
The location of the resource. Default value: None
|
tags
|
The ARM resource tags. Default value: None
|
run_request
|
The request (parameters) for the new run. Default value: None
|
force_update_tag
|
How the run should be forced to rerun even if the run request configuration has not changed. Default value: None
|
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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python