OperationStatusCodes type

定义 OperationStatusCodes 的值。 可能的值包括:“notStarted”、“running”、“failed”、“succeeded”

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