ICustomerUserLicenseUpdates.CreateAsync(LicenseUpdate) 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 assign licenses to a user. This method serves three scenarios:
- Add license to a customer user.
- Remove license from a customer user.
- 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.