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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python