ApplicationQueryDescription Class

Definition

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

Constructors

ApplicationQueryDescription()

Initializes a new instance of the ApplicationQueryDescription class.

Properties

ApplicationDefinitionKindFilter

Gets or sets the definition kind used to filter the applications that will be returned.

ApplicationNameFilter

Gets or sets the URI name of application to query for.

ApplicationTypeNameFilter

Gets or sets the application type name used to filter the applications to query for. Applications that are of this application type will be returned.

ContinuationToken

Gets or sets the continuation token which can be used to retrieve the next page.

(Inherited from PagedQueryDescriptionBase)
ExcludeApplicationParameters

Gets or sets the flag that specifies whether application parameters will be excluded from the result.

ExcludeManagedApplicationIdentity

Gets or sets the flag that specifies whether application identity will be excluded from the result.

MaxResults

Gets or sets the max number of result items that can be returned per page.

(Inherited from PagedQueryDescriptionBase)

Methods

ToString()

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

(Inherited from PagedQueryDescriptionBase)

Applies to