Share via


IPrivateStorePrivateOffersOperations Interface

Definition

PrivateStorePrivateOffersOperations operations.

public interface IPrivateStorePrivateOffersOperations
type IPrivateStorePrivateOffersOperations = interface
Public Interface IPrivateStorePrivateOffersOperations

Methods

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

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

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

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

Extension Methods

List(IPrivateStorePrivateOffersOperations, String, String)

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

ListAsync(IPrivateStorePrivateOffersOperations, String, String, CancellationToken)

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

ListNext(IPrivateStorePrivateOffersOperations, String)

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

ListNextAsync(IPrivateStorePrivateOffersOperations, String, CancellationToken)

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

Applies to