Compartilhar via


IServiceRequestCollection Interface

Definition

Represents the behavior of service requests.

public interface IServiceRequestCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest>>, Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.ServiceRequests.IServiceRequest>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IServiceRequestCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntireEntityCollectionRetrievalOperations<ServiceRequest, ResourceCollection<ServiceRequest>>
    interface IEntitySelector<IServiceRequest>
Public Interface IServiceRequestCollection
Implements IEntireEntityCollectionRetrievalOperations(Of ServiceRequest, ResourceCollection(Of ServiceRequest)), IEntitySelector(Of IServiceRequest), IPartnerComponent, IPartnerComponent(Of String)
Derived
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Item[String]

Gets a single service request behavior.

Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

ById(String)

Gets a single service request behavior.

Get()

Retrieves all service requests.

GetAsync()

Asynchronously retrieves all service requests.

Query(IQuery)

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.
QueryAsync(IQuery)

Asynchronously 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.

Applies to