共用方式為


ComputeNodeDeallocationOption type

決定在選取要解除分配的節點及其執行中工作之後,該如何處理它。

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