IServiceRequest Interface

Definition

Groups operations that can be performed on a single service request.

public interface IServiceRequest : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityPatchOperations<Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type IServiceRequest = interface
    interface IPartnerComponent<string * string>
    interface IEntityGetOperations<ServiceRequest>
    interface IEntityPatchOperations<ServiceRequest>
Public Interface IServiceRequest
Implements IEntityGetOperations(Of ServiceRequest), IEntityPatchOperations(Of ServiceRequest), IPartnerComponent(Of Tuple(Of String, String))
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

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

(Inherited from IPartnerComponent<TContext>)

Methods

Get()

Retrieves the service request.

GetAsync()

Asynchronously retrieves the service request.

Patch(ServiceRequest)

Patches a service request.

Patch(T)

Patches an entity.

(Inherited from IEntityPatchOperations<T>)
PatchAsync(ServiceRequest)

Asynchronously patches a service request.

PatchAsync(T)

Asynchronously patches an entity.

(Inherited from IEntityPatchOperations<T>)

Applies to