次の方法で共有


DeallocationOption type

DeallocationOption の値を定義します。 使用可能な値は、'requeue'、'terminate'、'waitforjobcompletion' です。

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