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

NodeQueryDescription 类

定义

介绍运行查询 GetNodePagedListAsync(NodeQueryDescription, TimeSpan, CancellationToken)时使用的一组筛选器。

public sealed class NodeQueryDescription : System.Fabric.Description.PagedQueryDescriptionBase
type NodeQueryDescription = class
    inherit PagedQueryDescriptionBase
Public NotInheritable Class NodeQueryDescription
Inherits PagedQueryDescriptionBase
继承
NodeQueryDescription

注解

可以通过设置单个属性来自定义此查询说明。

构造函数

NodeQueryDescription()

初始化 NodeQueryDescription 类的新实例。

属性

ContinuationToken

获取或设置可用于检索下一页的继续标记。

(继承自 PagedQueryDescriptionBase)
MaxResults

获取或设置每页可返回的最大结果项数。

(继承自 PagedQueryDescriptionBase)
NodeNameFilter

获取或设置要查询的节点的名称。

NodeStatusFilter

获取或设置要筛选的节点的状态。

方法

ToString()

重写 ToString () 方法以打印查询说明的所有内容。

适用于