TaskUpdateParameters Class
The parameters for updating a task.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelTaskUpdateParameters
Constructor
TaskUpdateParameters(*, tags: Dict[str, str] | None = None, status: str | _models.TaskStatus | None = None, platform: _models.PlatformUpdateParameters | None = None, agent_configuration: _models.AgentProperties | None = None, timeout: int | None = None, step: _models.TaskStepUpdateParameters | None = None, trigger: _models.TriggerUpdateParameters | None = None, credentials: _models.Credentials | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
The ARM resource tags. |
status
|
str or
TaskStatus
The current status of task. Known values are: "Disabled" and "Enabled". |
platform
|
The platform properties against which the run has to happen. |
agent_configuration
|
The machine configuration of the run agent. |
timeout
|
Run timeout in seconds. |
step
|
The properties for updating a task step. |
trigger
|
The properties for updating trigger properties. |
credentials
|
The parameters that describes a set of credentials that will be used when this run is invoked. |
Variables
Name | Description |
---|---|
tags
|
The ARM resource tags. |
status
|
str or
TaskStatus
The current status of task. Known values are: "Disabled" and "Enabled". |
platform
|
The platform properties against which the run has to happen. |
agent_configuration
|
The machine configuration of the run agent. |
timeout
|
Run timeout in seconds. |
step
|
The properties for updating a task step. |
trigger
|
The properties for updating trigger properties. |
credentials
|
The parameters that describes a set of credentials that will be used when this run is invoked. |
Azure SDK for Python