Bagikan melalui


ComputeNodeDeallocationOption type

Menentukan nilai untuk ComputeNodeDeallocationOption.

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