通过


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

TestListQueryParamProperties interface

属性

continuationToken

继续标记以获取下一页响应

lastModifiedEndTime

用于筛选测试的上次更新时间范围的 End DateTime(ISO 8601 文本格式)。

lastModifiedStartTime

用于筛选测试的上次更新时间范围的 Start DateTime(ISO 8601 文本格式)。

maxpagesize

响应结果数。

orderby

按 (field asc/desc) 格式对支持的字段进行排序。 例如:lastModifiedDateTime asc。 支持的字段 - lastModifiedDateTime

search

基于前缀的可搜索字段区分大小写的搜索 - displayName,createdBy。 例如,若要搜索测试,显示名称为登录测试,搜索参数可以是 Login。

属性详细信息

continuationToken

继续标记以获取下一页响应

continuationToken?: string

属性值

string

lastModifiedEndTime

用于筛选测试的上次更新时间范围的 End DateTime(ISO 8601 文本格式)。

lastModifiedEndTime?: string | Date

属性值

string | Date

lastModifiedStartTime

用于筛选测试的上次更新时间范围的 Start DateTime(ISO 8601 文本格式)。

lastModifiedStartTime?: string | Date

属性值

string | Date

maxpagesize

响应结果数。

maxpagesize?: number

属性值

number

orderby

按 (field asc/desc) 格式对支持的字段进行排序。 例如:lastModifiedDateTime asc。 支持的字段 - lastModifiedDateTime

orderby?: string

属性值

string

基于前缀的可搜索字段区分大小写的搜索 - displayName,createdBy。 例如,若要搜索测试,显示名称为登录测试,搜索参数可以是 Login。

search?: string

属性值

string