TaskRunRequest Class
The parameters for a task run request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.RunRequestTaskRunRequest
Constructor
TaskRunRequest(*, task_id: str, is_archive_enabled: bool = False, agent_pool_name: str | None = None, log_template: str | None = None, override_task_step_properties: _models.OverrideTaskStepProperties | 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. |
agent_pool_name
|
The dedicated agent pool for the run. |
log_template
|
The template that describes the repository and tag information for run log artifact. |
task_id
|
The resource ID of task against which run has to be queued. Required. |
override_task_step_properties
|
Set of overridable parameters that can be passed when running a Task. |
Variables
Name | Description |
---|---|
type
|
The type of the run request. Required. |
is_archive_enabled
|
The value that indicates whether archiving is enabled for the run or not. |
agent_pool_name
|
The dedicated agent pool for the run. |
log_template
|
The template that describes the repository and tag information for run log artifact. |
task_id
|
The resource ID of task against which run has to be queued. Required. |
override_task_step_properties
|
Set of overridable parameters that can be passed when running a Task. |
Azure SDK for Python