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

LoadTestRunListTestRunsQueryParamProperties interface

属性

createdByTypes

已创建测试运行的实体类型的逗号分隔列表。

executionFrom

测试运行时间筛选器范围的 Start DateTime(RFC 3339 文本格式)。

executionTo

测试运行时间筛选器范围的 End DateTime(RFC 3339 文本格式)。

maxpagesize

响应结果数。

orderby

按 (field asc/desc) 格式对支持的字段进行排序。 例如:createdDateTime升格。 支持字段 - createdDateTime,executedDateTime(遗留)

search

基于前缀,对可搜索字段进行区分大小写的搜索 - 说明,executedUser。 例如,若要搜索测试运行,使用说明 500 个 OU,搜索参数可以为 500。

status

测试运行状态的逗号分隔列表。

testId

现有负载测试的唯一名称。

testIds

以逗号分隔的测试 ID 列表。 如果使用 testId,请不要发送 testId 的值。

属性详细信息

createdByTypes

已创建测试运行的实体类型的逗号分隔列表。

createdByTypes?: string[] | LoadTestRunListTestRunsCreatedByTypesQueryParam

属性值

executionFrom

测试运行时间筛选器范围的 Start DateTime(RFC 3339 文本格式)。

executionFrom?: string | Date

属性值

string | Date

executionTo

测试运行时间筛选器范围的 End DateTime(RFC 3339 文本格式)。

executionTo?: string | Date

属性值

string | Date

maxpagesize

响应结果数。

maxpagesize?: number

属性值

number

orderby

按 (field asc/desc) 格式对支持的字段进行排序。 例如:createdDateTime升格。 支持字段 - createdDateTime,executedDateTime(遗留)

orderby?: string

属性值

string

基于前缀,对可搜索字段进行区分大小写的搜索 - 说明,executedUser。 例如,若要搜索测试运行,使用说明 500 个 OU,搜索参数可以为 500。

search?: string

属性值

string

status

测试运行状态的逗号分隔列表。

status?: string

属性值

string

testId

现有负载测试的唯一名称。

testId?: string

属性值

string

testIds

以逗号分隔的测试 ID 列表。 如果使用 testId,请不要发送 testId 的值。

testIds?: string[] | LoadTestRunListTestRunsTestIdsQueryParam

属性值