IOfferAddOns Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the behavior of an offer's add-ons.
public interface IOfferAddOns : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Offers.Offer,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Offers.Offer>>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Offers.Offer,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Offers.Offer>>, Microsoft.Store.PartnerCenter.IPagedEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Offers.Offer,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Offers.Offer>>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type IOfferAddOns = interface
interface IPartnerComponent<string * string>
interface IEntityCollectionRetrievalOperations<Offer, ResourceCollection<Offer>>
interface IEntireEntityCollectionRetrievalOperations<Offer, ResourceCollection<Offer>>
interface IPagedEntityCollectionRetrievalOperations<Offer, ResourceCollection<Offer>>
Public Interface IOfferAddOns
Implements IEntireEntityCollectionRetrievalOperations(Of Offer, ResourceCollection(Of Offer)), IEntityCollectionRetrievalOperations(Of Offer, ResourceCollection(Of Offer)), IPagedEntityCollectionRetrievalOperations(Of Offer, ResourceCollection(Of Offer)), IPartnerComponent(Of Tuple(Of String, String))
- Implements
-
IEntireEntityCollectionRetrievalOperations<Offer,ResourceCollection<Offer>> IEntireEntityCollectionRetrievalOperations<T,TResourceCollection> IEntityCollectionRetrievalOperations<Offer,ResourceCollection<Offer>> IPagedEntityCollectionRetrievalOperations<Offer,ResourceCollection<Offer>> IPagedEntityCollectionRetrievalOperations<T,TResourceCollection> IPartnerComponent<Tuple<String,String>>
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 add-ons for the provided offer. |
Get(Int32, Int32) |
Retrieves a subset of add-ons for the provided offer. |
GetAsync() |
Asynchronously retrieves all add-ons for the provided offer. |
GetAsync(Int32, Int32) |
Asynchronously retrieves a subset of add-ons for the provided offer. |