NetworkQueryDescription 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 GetNetworkListAsync(NetworkQueryDescription, TimeSpan, CancellationToken).
public sealed class NetworkQueryDescription : System.Fabric.Description.PagedQueryDescriptionBase
type NetworkQueryDescription = class
inherit PagedQueryDescriptionBase
Public NotInheritable Class NetworkQueryDescription
Inherits PagedQueryDescriptionBase
- Inheritance
Constructors
NetworkQueryDescription() |
Base class constructor used by specific network query description classes. |
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) |
NetworkNameFilter |
Gets or sets the network name used to filter the container networks to query for. The network with this network name will be returned. |
NetworkStatusFilter |
Gets or sets the network status used to filter the container networks to query for. The networks with this network status 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