共用方式為


ComputeNodeDeallocationOption type

定義 ComputeNodeDeallocationOption 的值。

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