共用方式為


DeallocationOption type

定義 DeallocationOption 的值。 可能的值包括:'requeue'、'terminate'、'waitforjobcompletion'

type DeallocationOption = "requeue" | "terminate" | "waitforjobcompletion"