public static interface Task.UpdateStages
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Task.UpdateStages.WithAgentConfiguration |
The stage of the task update allowing to specify AgentConfiguration.
|
static interface |
Task.UpdateStages.WithPlatform |
The stage of the task update allowing to specify Platform.
|
static interface |
Task.UpdateStages.WithStatus |
The stage of the task update allowing to specify Status.
|
static interface |
Task.UpdateStages.WithStep |
The stage of the task update allowing to specify Step.
|
static interface |
Task.UpdateStages.WithTags |
The stage of the task update allowing to specify Tags.
|
static interface |
Task.UpdateStages.WithTimeout |
The stage of the task update allowing to specify Timeout.
|
static interface |
Task.UpdateStages.WithTrigger |
The stage of the task update allowing to specify Trigger.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/