Partilhar via


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
str

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
str

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
str

The location of the resource.

tags

The ARM resource tags.

run_request

The request (parameters) for the new run.

force_update_tag
str

How the run should be forced to rerun even if the run request configuration has not changed.