IApiProductOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET