NetworkApplicationQueryDescription Class

Definition

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

Constructors

NetworkApplicationQueryDescription()

Initializes a new instance of the NetworkApplicationQueryDescription class.

Properties

ApplicationNameFilter

Gets or sets the application name used to filter the applications to query for. The application that is of this application name will be returned.

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)
NetworkName

Gets or sets name of the network to query for.

Methods

ToString()

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

(Inherited from PagedQueryDescriptionBase)

Applies to