ApplicationNetworkQueryDescription Class

Definition

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

Constructors

ApplicationNetworkQueryDescription()

Initializes a new instance of the ApplicationNetworkQueryDescription class.

Properties

ApplicationName

Gets or sets the application name to query for.

ContinuationToken

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

(Inherited from PagedQueryDescriptionBase)
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