共用方式為


OperationStateType type

定義 OperationStateType 的值。 可能的值包括:'Failed'、'NotStarted'、'Running'、'Succeeded'

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