NetworkApplicationQueryDescription 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 GetNetworkApplicationListAsync(NetworkApplicationQueryDescription).
public sealed class NetworkApplicationQueryDescription : System.Fabric.Description.PagedQueryDescriptionBase
type NetworkApplicationQueryDescription = class
inherit PagedQueryDescriptionBase
Public NotInheritable Class NetworkApplicationQueryDescription
Inherits PagedQueryDescriptionBase
- Inheritance
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) |