DisableComputeNodeSchedulingOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies what to do with currently running tasks when disable task scheduling on the compute node.
public enum DisableComputeNodeSchedulingOption
type DisableComputeNodeSchedulingOption =
Public Enum DisableComputeNodeSchedulingOption
- Inheritance
-
DisableComputeNodeSchedulingOption
Fields
Name | Value | Description |
---|---|---|
Requeue | 0 | Terminate running tasks and requeue them. The tasks will run again when the job is enabled. |
Terminate | 1 | Terminate running tasks. The tasks will not run again. |
TaskCompletion | 2 | Allow currently running tasks to complete. Schedule no new tasks while waiting. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET