IApiManagementOperations 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.
ApiManagementOperations operations.
public interface IApiManagementOperations
type IApiManagementOperations = interface
Public Interface IApiManagementOperations
Methods
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists all of the available REST API operations of the Microsoft.ApiManagement provider. |
ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
Lists all of the available REST API operations of the Microsoft.ApiManagement provider. |
Extension Methods
List(IApiManagementOperations) |
Lists all of the available REST API operations of the Microsoft.ApiManagement provider. |
ListAsync(IApiManagementOperations, CancellationToken) |
Lists all of the available REST API operations of the Microsoft.ApiManagement provider. |
ListNext(IApiManagementOperations, String) |
Lists all of the available REST API operations of the Microsoft.ApiManagement provider. |
ListNextAsync(IApiManagementOperations, String, CancellationToken) |
Lists all of the available REST API operations of the Microsoft.ApiManagement provider. |
Applies to
Azure SDK for .NET