Compartilhar via


TaskRunRequest Class

The parameters for a task run request.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.containerregistry.v2018_09_01.models._models_py3.RunRequest
TaskRunRequest

Constructor

TaskRunRequest(*, task_name: str, is_archive_enabled: bool = False, values: List[_models.SetValue] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
is_archive_enabled

The value that indicates whether archiving is enabled for the run or not.

task_name
str

The name of task against which run has to be queued. Required.

values

The collection of overridable values that can be passed when running a task.

Variables

Name Description
type
str

The type of the run request. Required.

is_archive_enabled

The value that indicates whether archiving is enabled for the run or not.

task_name
str

The name of task against which run has to be queued. Required.

values

The collection of overridable values that can be passed when running a task.