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

TestCommandStateFilter 枚举

定义

调用 GetTestCommandStatusListAsync () 时,会使用此选项,并指示在 TestCommandState 上使用的筛选器。 可以指定多个筛选器值。

此枚举支持其成员值的按位组合。

[System.Flags]
[System.Serializable]
public enum TestCommandStateFilter
[<System.Flags>]
[<System.Serializable>]
type TestCommandStateFilter = 
Public Enum TestCommandStateFilter
继承
TestCommandStateFilter
属性

字段

All 65535

指示不对 TestCommandState 执行任何筛选。

Cancelled 32

此筛选器选择“已取消的测试命令”。

CompletedSuccessfully 8

此筛选器选择“已完成”测试命令。

Default 0

默认筛选器。

Failed 16

此筛选器选择“失败的测试命令”。

ForceCancelled 64

此筛选器选择 ForceCancelled 测试命令。

RollingBack 2

此筛选器选择 RollingBack 测试命令。

Running 1

此筛选器选择“运行测试命令”。

适用于