ICustomerUserLicenseCollection.GetAsync(List<LicenseGroupId>) Method

Definition

Asynchronously retrieves the assigned licenses to a customer user.

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

Parameters

licenseGroupIds
List<LicenseGroupId>

License group id.

Returns

The assigned licenses to a customer user.

Applies to