ICustomerSubscribedSkuCollection.Get(List<LicenseGroupId>) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.