Share via


IApiProductOperations Interface

Definition

ApiProductOperations operations.

public interface IApiProductOperations
type IApiProductOperations = interface
Public Interface IApiProductOperations

Methods

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

Lists all Products, which the API is part of.

ListByApisWithHttpMessagesAsync(String, String, String, ODataQuery<ProductContract>, Dictionary<String,List<String>>, CancellationToken)

Lists all Products, which the API is part of.

Extension Methods

ListByApis(IApiProductOperations, String, String, String, ODataQuery<ProductContract>)

Lists all Products, which the API is part of.

ListByApisAsync(IApiProductOperations, String, String, String, ODataQuery<ProductContract>, CancellationToken)

Lists all Products, which the API is part of.

ListByApisNext(IApiProductOperations, String)

Lists all Products, which the API is part of.

ListByApisNextAsync(IApiProductOperations, String, CancellationToken)

Lists all Products, which the API is part of.

Applies to