Task.Definition, Task.DefinitionStages.WithCreatepublic static interface Task.DefinitionStages.WithStatus
| Modifier and Type | Method | Description |
|---|---|---|
Task.DefinitionStages.WithCreate |
withStatus(TaskStatus status) |
Specifies status.
|
Task.DefinitionStages.WithCreate withStatus(TaskStatus status)
status - The current status of task. Possible values include: 'Disabled', 'Enabled' /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/