| Modifier and Type | Method | Description |
|---|---|---|
TaskUpdateParameters |
TaskUpdateParameters.withAgentConfiguration(AgentProperties agentConfiguration) |
Set the machine configuration of the run agent.
|
TaskUpdateParameters |
TaskUpdateParameters.withPlatform(PlatformUpdateParameters platform) |
Set the platform properties against which the run has to happen.
|
TaskUpdateParameters |
TaskUpdateParameters.withStatus(TaskStatus status) |
Set the current status of task.
|
TaskUpdateParameters |
TaskUpdateParameters.withStep(TaskStepUpdateParameters step) |
Set the properties for updating a task step.
|
TaskUpdateParameters |
TaskUpdateParameters.withTags(Map<String,String> tags) |
Set the ARM resource tags.
|
TaskUpdateParameters |
TaskUpdateParameters.withTimeout(Integer timeout) |
Set run timeout in seconds.
|
TaskUpdateParameters |
TaskUpdateParameters.withTrigger(TriggerUpdateParameters trigger) |
Set the properties for updating trigger properties.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/