Interface ICustomerUserLicenseUpdates
- All Superinterfaces:
IEntityCreateOperations<LicenseUpdate,LicenseUpdate>,IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
CustomerUserLicenseUpdateOperations
public interface ICustomerUserLicenseUpdates extends IPartnerComponent<Tuple<String,String>>, IEntityCreateOperations<LicenseUpdate,LicenseUpdate>
Represents the behavior of the customers user's directory roles.
-
Method Summary
Modifier and Type Method Description LicenseUpdatecreate(LicenseUpdate newLicenseUpdate)Assign licenses to a user.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
create
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.- Specified by:
createin interfaceIEntityCreateOperations<LicenseUpdate,LicenseUpdate>- Parameters:
newLicenseUpdate- License update object.- Returns:
- The customer user's directory roles.
-