PagedApplicationTypeQueryDescription Class

Definition

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

public sealed class PagedApplicationTypeQueryDescription
type PagedApplicationTypeQueryDescription = class
Public NotInheritable Class PagedApplicationTypeQueryDescription
Inheritance
PagedApplicationTypeQueryDescription

Remarks

The default values of this query description ensure that results are returned from the first page and apply no filters. This query description can be customized by setting individual properties.

Constructors

PagedApplicationTypeQueryDescription()

Initializes a new instance of the PagedApplicationTypeQueryDescription class.

Properties

ApplicationTypeDefinitionKindFilter

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

ApplicationTypeNameFilter

Gets or sets the application type to get details for.

ApplicationTypeVersionFilter

Gets or sets the application type version to get details for.

ContinuationToken

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

ExcludeApplicationParameters

Gets or sets whether to exclude application parameters from the query result.

MaxResults

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

Methods

ToString()

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

Applies to