Condividi tramite


ComputeNodeDeallocationOption type

Definisce i valori per ComputeNodeDeallocationOption. I valori possibili includono: 'requeue', 'terminate', 'taskCompletion', 'retainedData'

type ComputeNodeDeallocationOption =
  | "requeue"
  | "terminate"
  | "taskcompletion"
  | "retaineddata"