Share via


IPrivateStoreOfferOperations Interface

Definition

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.

Applies to