Share via


BatchNodeDisableSchedulingOptions interface

Parameters for disabling scheduling on an Azure Batch Compute Node.

Properties

nodeDisableSchedulingOption

What to do with currently running Tasks when disabling Task scheduling on the Compute Node. The default value is requeue.

Possible values: "requeue", "terminate", "taskcompletion"

Property Details

nodeDisableSchedulingOption

What to do with currently running Tasks when disabling Task scheduling on the Compute Node. The default value is requeue.

Possible values: "requeue", "terminate", "taskcompletion"

nodeDisableSchedulingOption?: string

Property Value

string