ComputeNodeDeallocationOption type
Determina le operazioni da eseguire con un nodo e le relative attività in esecuzione dopo che è stata selezionata per la deallocazione.
type ComputeNodeDeallocationOption =
| "Requeue"
| "Terminate"
| "TaskCompletion"
| "RetainedData"