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_04_01.models._models_py3.RunRequestTaskRunRequest
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
|
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
|
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
|
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python