ICustomerUserLicenseUpdates.Create(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.
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 Microsoft.Store.PartnerCenter.Models.Licenses.LicenseUpdate Create (Microsoft.Store.PartnerCenter.Models.Licenses.LicenseUpdate entity);
abstract member Create : Microsoft.Store.PartnerCenter.Models.Licenses.LicenseUpdate -> Microsoft.Store.PartnerCenter.Models.Licenses.LicenseUpdate
Public Function Create (entity As LicenseUpdate) As LicenseUpdate
Parameters
- entity
- LicenseUpdate
License update object.
Returns
Returned license update object.