ServiceQueryDescription 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 multiple filters that can be specified to refine the return. Used by GetServicePagedListAsync(ServiceQueryDescription, TimeSpan, CancellationToken).
public sealed class ServiceQueryDescription : System.Fabric.Description.PagedQueryDescriptionBase
type ServiceQueryDescription = class
inherit PagedQueryDescriptionBase
Public NotInheritable Class ServiceQueryDescription
Inherits PagedQueryDescriptionBase
- Inheritance
Constructors
ServiceQueryDescription(Uri) |
Initializes a new instance of the ServiceQueryDescription class. |
Properties
ApplicationName |
Gets the URI name of application that contains services to query for. |
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) |
ServiceNameFilter |
Gets or sets the URI name of service to query for. |
ServiceTypeNameFilter |
Gets or sets the service type name used to filter the services to query for. Services that are of this service type 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