Share via


ComputeNodeDeallocationOption type

Determines what to do with a node and its running task(s) after it has been selected for deallocation.

type ComputeNodeDeallocationOption =
  | "Requeue"
  | "Terminate"
  | "TaskCompletion"
  | "RetainedData"