Compartilhar via


TaskRunUpdateParameters Class

The parameters for updating a task run.

Inheritance
azure.mgmt.containerregistry._serialization.Model
TaskRunUpdateParameters

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
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.

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.