Dela via


PagedDeployedApplicationQueryDescription Class

Definition

Describes a set of filters used when running the query GetDeployedApplicationPagedListAsync(PagedDeployedApplicationQueryDescription).

public sealed class PagedDeployedApplicationQueryDescription : System.Fabric.Description.PagedQueryDescriptionBase
type PagedDeployedApplicationQueryDescription = class
    inherit PagedQueryDescriptionBase
Public NotInheritable Class PagedDeployedApplicationQueryDescription
Inherits PagedQueryDescriptionBase
Inheritance
PagedDeployedApplicationQueryDescription

Remarks

This query description can be customized by setting individual properties.

Constructors

PagedDeployedApplicationQueryDescription(String)

Initializes a new instance of the PagedDeployedApplicationQueryDescription class.

Properties

ApplicationNameFilter

Gets or sets the application name 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 to include the health state of the deployed application from 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 applications.

Methods

ToString()

Overrides ToString() method to print all content of the query description.

Applies to