Linguaggio

ICustomerSubscribedSkuCollection.GetAsync(List<LicenseGroupId>) Metodo

Definizione

Recupera asincronamente tutti i prodotti iscritti dal cliente.

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

Parametri

licenseGroupIds
List<LicenseGroupId>

ID del gruppo licenza.

Valori restituiti

Tutti i prodotti abbonati dai clienti.

Si applica a