Sprache

ICustomerSubscribedSkuCollection.Get(List<LicenseGroupId>) Methode

Definition

Ruft alle vom Kunden abonnierten Produkte ab.

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)

Parameter

licenseGroupIds
List<LicenseGroupId>

Lizenzgruppen-ID.

Gibt zurück

Alle Kunden abonnierten Produkte.

Gilt für: