Megosztás a következőn keresztül:


IServiceRequestCollection.Query(IQuery) Method

Definition

Queries service requests.

  • Count queries are not supported by this operation.
  • You can set the page size or filter or do both at the same time.
  • Sort is not supported. Default sorting is on status field.
public Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest> Query (Microsoft.Store.PartnerCenter.Models.Query.IQuery serviceRequestsQuery);
abstract member Query : Microsoft.Store.PartnerCenter.Models.Query.IQuery -> Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest>
Public Function Query (serviceRequestsQuery As IQuery) As ResourceCollection(Of ServiceRequest)

Parameters

serviceRequestsQuery
IQuery

A query to apply onto service requests. Check QueryFactory to see how to build queries.

Returns

The requested service requests.

Applies to