IServiceRequest.PatchAsync(ServiceRequest) Method

Definition

Asynchronously patches a service request.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest> PatchAsync (Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest serviceRequest);
abstract member PatchAsync : Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest>
Public Function PatchAsync (serviceRequest As ServiceRequest) As Task(Of ServiceRequest)

Parameters

serviceRequest
ServiceRequest

The service request that has the properties to be patched set.

Returns

The updated service request.

Implements

Applies to