Share via


ISkuCollection Interface

Definition

Holds operations that can be performed on skus.

public interface ISkuCollection : 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.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.Products.ISku>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type ISkuCollection = interface
    interface IPartnerComponent<string * string>
    interface IEntitySelector<ISku>
    interface IEntireEntityCollectionRetrievalOperations<Sku, ResourceCollection<Sku>>
Public Interface ISkuCollection
Implements IEntireEntityCollectionRetrievalOperations(Of Sku, ResourceCollection(Of Sku)), IEntitySelector(Of ISku), IPartnerComponent(Of Tuple(Of String, String))
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Item[String]

Retrieves the operations tied with a specific sku.

Partner

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

(Inherited from IPartnerComponent<TContext>)

Methods

ById(String)

Retrieves the operations tied with a specific sku.

ByReservationScope(String)

Retrieves the operations that can be applied on sku id's filtered by a specific reservation scope.

ByTargetSegment(String)

Retrieves the operations that can be applied on skus that belong to a segment.

Get()

Retrieves all the skus for the provided product.

GetAsync()

Asynchronously retrieves all the skus for the provided product.

Applies to