共用方式為


OperationState type

列舉描述允許的作業狀態。

type OperationState =
  | "NotStarted"
  | "Running"
  | "Succeeded"
  | "Failed"
  | "Canceled"