public static interface BuildTask.DefinitionStages.WithBuildTaskStatus
| Modifier and Type | Method and Description |
|---|---|
BuildTask.DefinitionStages.WithCreate |
withBuildTaskStatusDisabled()
Specifies that the current status of build task is disabled.
|
BuildTask.DefinitionStages.WithCreate |
withBuildTaskStatusEnabled()
Specifies that the current status of build task is enabled.
|
BuildTask.DefinitionStages.WithCreate withBuildTaskStatusEnabled()
BuildTask.DefinitionStages.WithCreate withBuildTaskStatusDisabled()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/