ICustomerSubscribedSkuCollection.GetAsync(List<LicenseGroupId>) 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.
Asynchronously retrieves all the customer subscribed products.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Licenses.SubscribedSku>> 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.SubscribedSku>>
Public Function GetAsync (Optional licenseGroupIds As List(Of LicenseGroupId) = Nothing) As Task(Of ResourceCollection(Of SubscribedSku))
Parameters
- licenseGroupIds
- List<LicenseGroupId>
License group id.
Returns
All the customer subscribed products.