ICustomer.PatchAsync(Customer) 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 removes Customer Partner relationship when RelationshipToPartner == CustomerPartnerRelationship.None.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Customers.Customer> PatchAsync (Microsoft.Store.PartnerCenter.Models.Customers.Customer customer);
abstract member PatchAsync : Microsoft.Store.PartnerCenter.Models.Customers.Customer -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Customers.Customer>
Public Function PatchAsync (customer As Customer) As Task(Of Customer)
Parameters
- customer
- Customer
A Customer with RelationshipToPartner == CustomerPartnerRelationship.None.
Returns
The customer information.