Sdílet prostřednictvím


ComputeNodeDeallocationOption type

Definuje hodnoty pro ComputeNodeDeallocationOption.

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