NetworkNodeQueryDescription 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 GetNetworkNodeListAsync(NetworkNodeQueryDescription).
public sealed class NetworkNodeQueryDescription : System.Fabric.Description.PagedQueryDescriptionBase
type NetworkNodeQueryDescription = class
inherit PagedQueryDescriptionBase
Public NotInheritable Class NetworkNodeQueryDescription
Inherits PagedQueryDescriptionBase
- Inheritance
Constructors
NetworkNodeQueryDescription() |
Initializes a new instance of the NetworkNodeQueryDescription 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) |
NetworkName |
Gets or sets name of the network to query for. |
NodeNameFilter |
Gets or sets the node name used to filter the nodes to query for. The node that is of this node name will be returned. |
Methods
ToString() |
Overrides ToString() method to print all content of the query description. (Inherited from PagedQueryDescriptionBase) |
Applies to
Azure SDK for .NET