PagedDeployedServicePackageQueryDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a set of filters used when running the query GetDeployedServicePackagePagedListAsync(PagedDeployedServicePackageQueryDescription).
public sealed class PagedDeployedServicePackageQueryDescription : System.Fabric.Description.PagedQueryDescriptionBase
type PagedDeployedServicePackageQueryDescription = class
inherit PagedQueryDescriptionBase
Public NotInheritable Class PagedDeployedServicePackageQueryDescription
Inherits PagedQueryDescriptionBase
- Inheritance
Remarks
This query description can be customized by setting individual properties.
Constructors
PagedDeployedServicePackageQueryDescription(String, Uri) |
Initializes a new instance of the PagedDeployedServicePackageQueryDescription class. |
Properties
ApplicationName |
Gets or sets the application name of the service packages to get details for. |
ContinuationToken |
Gets or sets the continuation token which can be used to retrieve the next page. (Inherited from PagedQueryDescriptionBase) |
IncludeHealthState |
Gets or sets whether or not to include the health state of the deployed service packages in the query result. |
MaxResults |
Gets or sets the max number of result items that can be returned per page. (Inherited from PagedQueryDescriptionBase) |
NodeName |
Gets or sets the node on which to get a list of deployed service packages. |
ServiceManifestNameFilter |
Gets or sets the service manifest name to get details for. |
Methods
ToString() |
Overrides ToString() method to print all content of the query description. |
Applies to
Azure SDK for .NET