public static interface Task.DefinitionStages
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Task.DefinitionStages.Blank |
The first stage of a Task definition.
|
static interface |
Task.DefinitionStages.WithAgentConfiguration |
The stage of the task definition allowing to specify AgentConfiguration.
|
static interface |
Task.DefinitionStages.WithCreate |
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create()), but also allows
for any other optional settings to be specified. |
static interface |
Task.DefinitionStages.WithLocation |
The stage of the task definition allowing to specify Location.
|
static interface |
Task.DefinitionStages.WithPlatform |
The stage of the task definition allowing to specify Platform.
|
static interface |
Task.DefinitionStages.WithRegistry |
The stage of the task definition allowing to specify Registry.
|
static interface |
Task.DefinitionStages.WithStatus |
The stage of the task definition allowing to specify Status.
|
static interface |
Task.DefinitionStages.WithStep |
The stage of the task definition allowing to specify Step.
|
static interface |
Task.DefinitionStages.WithTags |
The stage of the task definition allowing to specify Tags.
|
static interface |
Task.DefinitionStages.WithTimeout |
The stage of the task definition allowing to specify Timeout.
|
static interface |
Task.DefinitionStages.WithTrigger |
The stage of the task definition 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.
*/