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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET