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

RunFilterParameters 类

定义

用于列出运行的查询参数。

public class RunFilterParameters
type RunFilterParameters = class
Public Class RunFilterParameters
继承
RunFilterParameters

构造函数

RunFilterParameters()

初始化 RunFilterParameters 类的新实例。

RunFilterParameters(DateTime, DateTime, String, IList<RunQueryFilter>, IList<RunQueryOrderBy>)

初始化 RunFilterParameters 类的新实例。

属性

ContinuationToken

获取或设置用于获取下一页结果的继续标记。 第一页为 Null。

Filters

获取或设置筛选器的列表。

LastUpdatedAfter

获取或设置运行事件以“ISO 8601”格式更新的时间。

LastUpdatedBefore

获取或设置以“ISO 8601”格式更新运行事件的时间或之前的时间。

OrderBy

获取或设置 OrderBy 选项的列表。

方法

Validate()

验证 对象。

适用于