次の方法で共有


ISkuCollectionByTargetSegment.GetAsync Method

Definition

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

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

Implements

Applies to