Partager via


IPrivateStoreCollectionOfferOperations Interface

Définition

Opérations PrivateStoreCollectionOfferOperations.

public interface IPrivateStoreCollectionOfferOperations
type IPrivateStoreCollectionOfferOperations = interface
Public Interface IPrivateStoreCollectionOfferOperations

Méthodes

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

Mettre à jour ou ajouter une offre à une collection spécifique du magasin privé.

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

Supprime une offre de la collection donnée de magasin privé.

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

Obtient des informations sur une offre spécifique.

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

Obtenir la liste de toutes les offres privées dans le magasin privé et la collection donnés

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

Obtenir la liste de toutes les offres privées dans le magasin privé et la collection donnés

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

Supprimer l’offre du magasin privé. Il s’agit d’une solution de contournement.

Méthodes d’extension

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

Mettre à jour ou ajouter une offre à une collection spécifique du magasin privé.

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

Mettre à jour ou ajouter une offre à une collection spécifique du magasin privé.

Delete(IPrivateStoreCollectionOfferOperations, String, String, String)

Supprime une offre de la collection donnée de magasin privé.

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

Supprime une offre de la collection donnée de magasin privé.

Get(IPrivateStoreCollectionOfferOperations, String, String, String)

Obtient des informations sur une offre spécifique.

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

Obtient des informations sur une offre spécifique.

List(IPrivateStoreCollectionOfferOperations, String, String)

Obtenir la liste de toutes les offres privées dans le magasin privé et la collection donnés

ListAsync(IPrivateStoreCollectionOfferOperations, String, String, CancellationToken)

Obtenir la liste de toutes les offres privées dans le magasin privé et la collection donnés

ListNext(IPrivateStoreCollectionOfferOperations, String)

Obtenir la liste de toutes les offres privées dans le magasin privé et la collection donnés

ListNextAsync(IPrivateStoreCollectionOfferOperations, String, CancellationToken)

Obtenir la liste de toutes les offres privées dans le magasin privé et la collection donnés

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

Supprimer l’offre du magasin privé. Il s’agit d’une solution de contournement.

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

Supprimer l’offre du magasin privé. Il s’agit d’une solution de contournement.

S’applique à