Share via


IApiManagementOperations Interface

Definition

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