IPrivateStoreOfferOperations 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.
PrivateStoreOfferOperations operations.
public interface IPrivateStoreOfferOperations
type IPrivateStoreOfferOperations = interface
Public Interface IPrivateStoreOfferOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, String, IList<String>, Dictionary<String,List<String>>, CancellationToken) |
Update or add an offer to the default collection of the private store. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes an offer from the given private store. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets information about a specific offer. |
Extension Methods
CreateOrUpdate(IPrivateStoreOfferOperations, String, String, String, IList<String>) |
Update or add an offer to the default collection of the private store. |
CreateOrUpdateAsync(IPrivateStoreOfferOperations, String, String, String, IList<String>, CancellationToken) |
Update or add an offer to the default collection of the private store. |
Delete(IPrivateStoreOfferOperations, String, String) |
Deletes an offer from the given private store. |
DeleteAsync(IPrivateStoreOfferOperations, String, String, CancellationToken) |
Deletes an offer from the given private store. |
Get(IPrivateStoreOfferOperations, String, String) |
Gets information about a specific offer. |
GetAsync(IPrivateStoreOfferOperations, String, String, CancellationToken) |
Gets information about a specific offer. |