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