Share via


IPrivateStorePrivateOfferOperations Interface

Definition

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.

Applies to