Status type
定义 Status 的值。
KnownStatus 可与 Status 互换使用,此枚举包含服务支持的已知值。
服务支持的已知值
失败:诊断创建失败。
MissingInputs:请求缺少运行所需的输入。
运行:诊断仍在运行。
成功:诊断创建成功。
超时:诊断超时。
type Status = string