Sprache

ICustomerSubscribedSkuCollection.GetAsync(List<LicenseGroupId>) Methode

Definition

Asynchron werden alle vom Kunden abonnierten Produkte abgerufen.

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))

Parameter

licenseGroupIds
List<LicenseGroupId>

Lizenzgruppen-ID.

Gibt zurück

Alle Kunden abonnierten Produkte.

Gilt für: