Partager via


IProductOperations Interface

Définition

Opérations ProductOperations.

public interface IProductOperations
type IProductOperations = interface
Public Interface IProductOperations

Méthodes

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

Crée ou met à jour un produit.

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

Supprime un produit.

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

Obtient la version d’état d’entité (Etag) du produit spécifié par son identificateur.

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

Obtient les détails du produit spécifié par son identificateur.

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

Répertorie un ensemble de produits dans l’instance de service spécifiée.

ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<ProductContract>, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Répertorie un ensemble de produits dans l’instance de service spécifiée.

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

Répertorie un ensemble de produits associés à des balises.

ListByTagsWithHttpMessagesAsync(String, String, ODataQuery<TagResourceContract>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Répertorie un ensemble de produits associés à des balises.

UpdateWithHttpMessagesAsync(String, String, String, ProductUpdateParameters, String, Dictionary<String,List<String>>, CancellationToken)

Mettre à jour les détails du produit existant.

Méthodes d’extension

CreateOrUpdate(IProductOperations, String, String, String, ProductContract, String)

Crée ou met à jour un produit.

CreateOrUpdateAsync(IProductOperations, String, String, String, ProductContract, String, CancellationToken)

Crée ou met à jour un produit.

Delete(IProductOperations, String, String, String, String, Nullable<Boolean>)

Supprime un produit.

DeleteAsync(IProductOperations, String, String, String, String, Nullable<Boolean>, CancellationToken)

Supprime un produit.

Get(IProductOperations, String, String, String)

Obtient les détails du produit spécifié par son identificateur.

GetAsync(IProductOperations, String, String, String, CancellationToken)

Obtient les détails du produit spécifié par son identificateur.

GetEntityTag(IProductOperations, String, String, String)

Obtient la version d’état d’entité (Etag) du produit spécifié par son identificateur.

GetEntityTagAsync(IProductOperations, String, String, String, CancellationToken)

Obtient la version d’état d’entité (Etag) du produit spécifié par son identificateur.

ListByService(IProductOperations, String, String, ODataQuery<ProductContract>, Nullable<Boolean>, String)

Répertorie un ensemble de produits dans l’instance de service spécifiée.

ListByServiceAsync(IProductOperations, String, String, ODataQuery<ProductContract>, Nullable<Boolean>, String, CancellationToken)

Répertorie un ensemble de produits dans l’instance de service spécifiée.

ListByServiceNext(IProductOperations, String)

Répertorie un ensemble de produits dans l’instance de service spécifiée.

ListByServiceNextAsync(IProductOperations, String, CancellationToken)

Répertorie un ensemble de produits dans l’instance de service spécifiée.

ListByTags(IProductOperations, String, String, ODataQuery<TagResourceContract>, Nullable<Boolean>)

Répertorie un ensemble de produits associés à des balises.

ListByTagsAsync(IProductOperations, String, String, ODataQuery<TagResourceContract>, Nullable<Boolean>, CancellationToken)

Répertorie un ensemble de produits associés à des balises.

ListByTagsNext(IProductOperations, String)

Répertorie un ensemble de produits associés à des balises.

ListByTagsNextAsync(IProductOperations, String, CancellationToken)

Répertorie un ensemble de produits associés à des balises.

Update(IProductOperations, String, String, String, ProductUpdateParameters, String)

Mettre à jour les détails du produit existant.

UpdateAsync(IProductOperations, String, String, String, ProductUpdateParameters, String, CancellationToken)

Mettre à jour les détails du produit existant.

S’applique à