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