Share via


IProductPromotionCollectionByCountryBySegment.GetAsync Method

Definition

Asynchronously retrieves all the product promotions in the given country and segment.

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

Returns

The product promotions in the given country and segment.

Implements

Applies to