Share via


ISkuCollection.GetAsync Method

Definition

Asynchronously retrieves all the skus for the provided product.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Sku>> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Sku>>
Public Function GetAsync () As Task(Of ResourceCollection(Of Sku))

Returns

The skus for the provided product.

Implements

Applies to