共用方式為


PrivateStoreCollectionOfferOperationsExtensions Class

Definition

Extension methods for PrivateStoreCollectionOfferOperations.

public static class PrivateStoreCollectionOfferOperationsExtensions
type PrivateStoreCollectionOfferOperationsExtensions = class
Public Module PrivateStoreCollectionOfferOperationsExtensions
Inheritance
PrivateStoreCollectionOfferOperationsExtensions

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