Linguaggio

ICustomerSubscribedSkuCollection.Get(List<LicenseGroupId>) Metodo

Definizione

Recupera tutti i prodotti iscritti dai clienti.

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)

Parametri

licenseGroupIds
List<LicenseGroupId>

ID del gruppo licenza.

Valori restituiti

Tutti i prodotti abbonati dai clienti.

Si applica a