IPrivateStoreOffersOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |