TaskUpdateParameters Class

The parameters for updating a task.

Inheritance
TaskUpdateParameters

Constructor

TaskUpdateParameters(*, identity: Optional[azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.IdentityProperties] = None, tags: Optional[Dict[str, str]] = None, status: Optional[Union[str, azure.mgmt.containerregistry.v2019_06_01_preview.models._container_registry_management_client_enums.TaskStatus]] = None, platform: Optional[azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.PlatformUpdateParameters] = None, agent_configuration: Optional[azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.AgentProperties] = None, agent_pool_name: Optional[str] = None, timeout: Optional[int] = None, step: Optional[azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.TaskStepUpdateParameters] = None, trigger: Optional[azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.TriggerUpdateParameters] = None, credentials: Optional[azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.Credentials] = None, log_template: Optional[str] = None, **kwargs)

Variables

identity
IdentityProperties

Identity for the resource.

tags
dict[str, str]

A set of tags. The ARM resource tags.

status
str or TaskStatus

The current status of task. Possible values include: "Disabled", "Enabled".

platform
PlatformUpdateParameters

The platform properties against which the run has to happen.

agent_configuration
AgentProperties

The machine configuration of the run agent.

agent_pool_name
str

The dedicated agent pool for the task.

timeout
int

Run timeout in seconds.

step
TaskStepUpdateParameters

The properties for updating a task step.

trigger
TriggerUpdateParameters

The properties for updating trigger properties.

credentials
Credentials

The parameters that describes a set of credentials that will be used when this run is invoked.

log_template
str

The template that describes the repository and tag information for run log artifact.