다음을 통해 공유


IPrivateStoreCollectionOfferOperations Interface

Definition

PrivateStoreCollectionOfferOperations operations.

public interface IPrivateStoreCollectionOfferOperations
type IPrivateStoreCollectionOfferOperations = interface
Public Interface IPrivateStoreCollectionOfferOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, Offer, Dictionary<String,List<String>>, CancellationToken)

Update or add an offer to a specific collection of the private store.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an offer from the given collection of private store.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets information about a specific offer.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get a list of all private offers in the given private store and collection

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get a list of all private offers in the given private store and collection

PostWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete Private store offer. This is a workaround.

Extension Methods

CreateOrUpdate(IPrivateStoreCollectionOfferOperations, String, String, String, Offer)

Update or add an offer to a specific collection of the private store.

CreateOrUpdateAsync(IPrivateStoreCollectionOfferOperations, String, String, String, Offer, CancellationToken)

Update or add an offer to a specific collection of the private store.

Delete(IPrivateStoreCollectionOfferOperations, String, String, String)

Deletes an offer from the given collection of private store.

DeleteAsync(IPrivateStoreCollectionOfferOperations, String, String, String, CancellationToken)

Deletes an offer from the given collection of private store.

Get(IPrivateStoreCollectionOfferOperations, String, String, String)

Gets information about a specific offer.

GetAsync(IPrivateStoreCollectionOfferOperations, String, String, String, CancellationToken)

Gets information about a specific offer.

List(IPrivateStoreCollectionOfferOperations, String, String)

Get a list of all private offers in the given private store and collection

ListAsync(IPrivateStoreCollectionOfferOperations, String, String, CancellationToken)

Get a list of all private offers in the given private store and collection

ListNext(IPrivateStoreCollectionOfferOperations, String)

Get a list of all private offers in the given private store and collection

ListNextAsync(IPrivateStoreCollectionOfferOperations, String, CancellationToken)

Get a list of all private offers in the given private store and collection

Post(IPrivateStoreCollectionOfferOperations, String, String, String, String)

Delete Private store offer. This is a workaround.

PostAsync(IPrivateStoreCollectionOfferOperations, String, String, String, String, CancellationToken)

Delete Private store offer. This is a workaround.

Applies to