ICustomerUserLicenseCollection.Get(List<LicenseGroupId>) Method

Definition

Retrieves the assigned licenses to a customer user.

public Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Licenses.License> Get (System.Collections.Generic.List<Microsoft.Store.PartnerCenter.Models.Licenses.LicenseGroupId> licenseGroupIds = default);
abstract member Get : System.Collections.Generic.List<Microsoft.Store.PartnerCenter.Models.Licenses.LicenseGroupId> -> Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Licenses.License>
Public Function Get (Optional licenseGroupIds As List(Of LicenseGroupId) = Nothing) As ResourceCollection(Of License)

Parameters

licenseGroupIds
List<LicenseGroupId>

License group id.

Returns

The assigned licenses to a customer user.

Applies to