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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET