ICustomerSubscribedSkuCollection.Get(List<LicenseGroupId>) Method

Definition

Retrieves all the customer subscribed products.

public Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Licenses.SubscribedSku> 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.SubscribedSku>
Public Function Get (Optional licenseGroupIds As List(Of LicenseGroupId) = Nothing) As ResourceCollection(Of SubscribedSku)

Parameters

licenseGroupIds
List<LicenseGroupId>

License group id.

Returns

All the customer subscribed products.

Applies to