次の方法で共有


TaskUpdateParameters Class

The parameters for updating a task.

Inheritance
azure.mgmt.containerregistry._serialization.Model
TaskUpdateParameters

Constructor

TaskUpdateParameters(*, identity: _models.IdentityProperties | None = None, 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
identity

Identity for the resource.

tags

The ARM resource tags.

status

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
int

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
identity

Identity for the resource.

tags

The ARM resource tags.

status

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
int

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.