你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperationState type

描述允许的作状态的枚举。
KnownOperationState 可与 OperationState 互换,此枚举包含服务支持的已知值。

服务支持的已知值

NotStarted:作尚未启动。
正在运行:作正在进行中。
成功:作已成功完成。
失败:作失败。
取消:用户已取消作。

type OperationState = string