Share via


ProductOperationsExtensions Class

Definition

Extension methods for ProductOperations.

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

Methods

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

Creates or Updates a product.

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

Creates or Updates a product.

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

Delete product.

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

Delete product.

Get(IProductOperations, String, String, String)

Gets the details of the product specified by its identifier.

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

Gets the details of the product specified by its identifier.

GetEntityTag(IProductOperations, String, String, String)

Gets the entity state (Etag) version of the product specified by its identifier.

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

Gets the entity state (Etag) version of the product specified by its identifier.

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

Lists a collection of products in the specified service instance.

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

Lists a collection of products in the specified service instance.

ListByServiceNext(IProductOperations, String)

Lists a collection of products in the specified service instance.

ListByServiceNextAsync(IProductOperations, String, CancellationToken)

Lists a collection of products in the specified service instance.

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

Lists a collection of products associated with tags.

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

Lists a collection of products associated with tags.

ListByTagsNext(IProductOperations, String)

Lists a collection of products associated with tags.

ListByTagsNextAsync(IProductOperations, String, CancellationToken)

Lists a collection of products associated with tags.

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

Update existing product details.

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

Update existing product details.

Applies to