Task.Definition, Task.DefinitionStages.WithCreatepublic static interface Task.DefinitionStages.WithTrigger
| Modifier and Type | Method | Description |
|---|---|---|
Task.DefinitionStages.WithCreate |
withTrigger(TriggerProperties trigger) |
Specifies trigger.
|
Task.DefinitionStages.WithCreate withTrigger(TriggerProperties trigger)
trigger - The properties that describe all triggers for the task /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/