次の方法で共有


OperationStateType type

OperationStateType の値を定義します。 指定できる値は、'Failed'、'NotStarted'、'Running'、'Succeeded' です。

type OperationStateType = "Failed" | "NotStarted" | "Running" | "Succeeded"