IServiceRequest.Patch(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.
Patches a service request.
public Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest Patch (Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest serviceRequest);
abstract member Patch : Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest -> Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest
Public Function Patch (serviceRequest As ServiceRequest) As ServiceRequest
Parameters
- serviceRequest
- ServiceRequest
The service request that has the properties to be patched set.
Returns
The updated service request.