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