ICustomerUserLicenseUpdates.Create(LicenseUpdate) Method

Definition

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 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.

Implements

Applies to