你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DisableComputeNodeSchedulingOption Enum

Definition

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