DeployedNetworkQueryDescription Class

Definition

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

Constructors

DeployedNetworkQueryDescription()

Initializes a new instance of the DeployedNetworkQueryDescription class.

Properties

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

Gets or sets the node name to query for.

Methods

ToString()

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

(Inherited from PagedQueryDescriptionBase)

Applies to