Partager via


IProductPromotion Interface

Definition

Holds operations that can be performed on a single product promotion.

public interface IProductPromotion : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.Products.ProductPromotion>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type IProductPromotion = interface
    interface IPartnerComponent<string * string>
    interface IEntityGetOperations<ProductPromotion>
Public Interface IProductPromotion
Implements IEntityGetOperations(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 the product promotion information.

GetAsync()

Asynchronously retrieves the product promotion information.

Applies to