ApplicationQueryDescription 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.
Represents the query input used by GetApplicationPagedListAsync(ApplicationQueryDescription, TimeSpan, CancellationToken).
public sealed class ApplicationQueryDescription : System.Fabric.Description.PagedQueryDescriptionBase
type ApplicationQueryDescription = class
inherit PagedQueryDescriptionBase
Public NotInheritable Class ApplicationQueryDescription
Inherits PagedQueryDescriptionBase
- Inheritance
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
Azure SDK for .NET