此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
操作在任何给定时间可以处于的可能状态集。
type OperationStatus = | "notStarted" | "running" | "succeeded" | "canceled" | "failed"