Compartilhar via


IProductPromotionCollectionByCountryBySegment Interface

Definition

Holds operations that can be performed on product promotions that belong to a given country and segment.

public interface IProductPromotionCollectionByCountryBySegment : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Products.ProductPromotion,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.ProductPromotion>>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type IProductPromotionCollectionByCountryBySegment = interface
    interface IPartnerComponent<string * string>
    interface IEntireEntityCollectionRetrievalOperations<ProductPromotion, ResourceCollection<ProductPromotion>>
Public Interface IProductPromotionCollectionByCountryBySegment
Implements IEntireEntityCollectionRetrievalOperations(Of ProductPromotion, ResourceCollection(Of ProductPromotion)), IPartnerComponent(Of Tuple(Of String, String))
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Get()

Retrieves all the product promotions in the given country and segment.

GetAsync()

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

Applies to