Uses of Class
com.microsoft.azure.management.containerregistry.TaskUpdateParameters
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of TaskUpdateParameters in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionTaskUpdateParameters.withAgentConfiguration
(AgentProperties agentConfiguration) Set the machine configuration of the run agent.TaskUpdateParameters.withPlatform
(PlatformUpdateParameters platform) Set the platform properties against which the run has to happen.TaskUpdateParameters.withStatus
(TaskStatus status) Set the current status of task.TaskUpdateParameters.withStep
(TaskStepUpdateParameters step) Set the properties for updating a task step.Set the ARM resource tags.TaskUpdateParameters.withTimeout
(Integer timeout) Set run timeout in seconds.TaskUpdateParameters.withTrigger
(TriggerUpdateParameters trigger) Set the properties for updating trigger properties.