Compartilhar via


ISkuCollectionByTargetSegmentByReservationScope.GetAsync Method

Definition

Asynchronously retrieves all the skus for the provided product, target segment, and reservation scope.

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, target segment, and reservation scope.

Implements

Applies to