| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Task.Definition |
The entirety of the Task definition.
|
| Modifier and Type | Method | Description |
|---|---|---|
Task.DefinitionStages.WithCreate |
Task.DefinitionStages.WithAgentConfiguration.withAgentConfiguration(AgentProperties agentConfiguration) |
Specifies agentConfiguration.
|
Task.DefinitionStages.WithCreate |
Task.DefinitionStages.WithStatus.withStatus(TaskStatus status) |
Specifies status.
|
Task.DefinitionStages.WithCreate |
Task.DefinitionStages.WithStep.withStep(TaskStepProperties step) |
Specifies step.
|
Task.DefinitionStages.WithCreate |
Task.DefinitionStages.WithTags.withTags(Map<String,String> tags) |
Specifies tags.
|
Task.DefinitionStages.WithCreate |
Task.DefinitionStages.WithTimeout.withTimeout(Integer timeout) |
Specifies timeout.
|
Task.DefinitionStages.WithCreate |
Task.DefinitionStages.WithTrigger.withTrigger(TriggerProperties trigger) |
Specifies trigger.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/