Compartilhar via


ISkuCollectionByTargetSegmentByReservationScope Interface

Definition

Holds operations that can be performed on skus from a specific target segment and reservation scope.

public interface ISkuCollectionByTargetSegmentByReservationScope : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Products.Sku,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Sku>>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string,string,string>>
type ISkuCollectionByTargetSegmentByReservationScope = interface
    interface IPartnerComponent<string * string * string * string>
    interface IEntireEntityCollectionRetrievalOperations<Sku, ResourceCollection<Sku>>
Public Interface ISkuCollectionByTargetSegmentByReservationScope
Implements IEntireEntityCollectionRetrievalOperations(Of Sku, ResourceCollection(Of Sku)), IPartnerComponent(Of Tuple(Of String, String, 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 skus for the provided product, target segment, and reservation scope.

GetAsync()

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

Applies to