IServiceRequest.PatchAsync(ServiceRequest) Method
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.
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.