ICustomerUserLicenseUpdates.CreateAsync(LicenseUpdate) Method

Definition

Asynchronously assign licenses to a user. This method serves three scenarios:

  1. Add license to a customer user.
  2. Remove license from a customer user.
  3. Update existing license for a customer user.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Licenses.LicenseUpdate> CreateAsync (Microsoft.Store.PartnerCenter.Models.Licenses.LicenseUpdate entity);
abstract member CreateAsync : Microsoft.Store.PartnerCenter.Models.Licenses.LicenseUpdate -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Licenses.LicenseUpdate>
Public Function CreateAsync (entity As LicenseUpdate) As Task(Of LicenseUpdate)

Parameters

entity
LicenseUpdate

License update object.

Returns

Returned license update object.

Implements

Applies to