Sdílet prostřednictvím


ISkuCollectionByReservationScope Interface

Definition

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

public interface ISkuCollectionByReservationScope : 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>>
type ISkuCollectionByReservationScope = interface
    interface IPartnerComponent<string * string * string>
    interface IEntireEntityCollectionRetrievalOperations<Sku, ResourceCollection<Sku>>
Public Interface ISkuCollectionByReservationScope
Implements IEntireEntityCollectionRetrievalOperations(Of Sku, ResourceCollection(Of Sku)), IPartnerComponent(Of Tuple(Of 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 and reservation scope.

GetAsync()

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

Applies to