Partager via


IPrivateStoreOffersOperations Interface

Definition

PrivateStoreOffersOperations operations.

public interface IPrivateStoreOffersOperations
type IPrivateStoreOffersOperations = interface
Public Interface IPrivateStoreOffersOperations

Methods

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get a list of all private offers in the given private store

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get a list of all private offers in the given private store

Extension Methods

List(IPrivateStoreOffersOperations, String)

Get a list of all private offers in the given private store

ListAsync(IPrivateStoreOffersOperations, String, CancellationToken)

Get a list of all private offers in the given private store

ListNext(IPrivateStoreOffersOperations, String)

Get a list of all private offers in the given private store

ListNextAsync(IPrivateStoreOffersOperations, String, CancellationToken)

Get a list of all private offers in the given private store

Applies to