ICustomerUser.PatchAsync(CustomerUser) 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 updates the customer user.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Users.CustomerUser> PatchAsync (Microsoft.Store.PartnerCenter.Models.Users.CustomerUser entity);
abstract member PatchAsync : Microsoft.Store.PartnerCenter.Models.Users.CustomerUser -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Users.CustomerUser>
Public Function PatchAsync (entity As CustomerUser) As Task(Of CustomerUser)
Parameters
- entity
- CustomerUser
Customer user entity.
Returns
The updated user.