IPrivateStorePrivateOffersOperations 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.
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 |