次の方法で共有


ICustomer.PatchAsync(Customer) Method

Definition

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.

Implements

Applies to