ISku Interface

Definition

Holds operations that can be performed on a single sku.

public interface ISku : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.Products.Sku>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string,string>>
type ISku = interface
    interface IPartnerComponent<string * string * string>
    interface IEntityGetOperations<Sku>
Public Interface ISku
Implements IEntityGetOperations(Of Sku), IPartnerComponent(Of Tuple(Of String, String, String))
Implements

Properties

Availabilities

Retrieves the operations for the current sku's availabilities.

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

ByCustomerReservationScope(String)

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

ByReservationScope(String)

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

Get()

Retrieves the sku information.

GetAsync()

Asynchronously retrieves the sku information.

Applies to