OperationStatusCodes type

OperationStatusCodes の値を定義します。 指定できる値は、'notStarted'、'running'、'failed'、'succeeded' です。

type OperationStatusCodes = "notStarted" | "running" | "failed" | "succeeded"