你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeployedNetworkQueryDescription 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public sealed class DeployedNetworkQueryDescription : System.Fabric.Description.PagedQueryDescriptionBase
type DeployedNetworkQueryDescription = class
inherit PagedQueryDescriptionBase
Public NotInheritable Class DeployedNetworkQueryDescription
Inherits PagedQueryDescriptionBase
- 继承
构造函数
DeployedNetworkQueryDescription() |
初始化 DeployedNetworkQueryDescription 类的新实例。 |
属性
ContinuationToken |
获取或设置可用于检索下一页的继续标记。 (继承自 PagedQueryDescriptionBase) |
MaxResults |
获取或设置每页可返回的最大结果项数。 (继承自 PagedQueryDescriptionBase) |
NodeName |
获取或设置要查询的节点名称。 |
方法
ToString() |
重写 ToString () 方法以打印查询说明的所有内容。 (继承自 PagedQueryDescriptionBase) |