Compartilhar via


ApiManagementOperationsExtensions.ListAsync Método

Definição

Lista todas as operações de API REST disponíveis do provedor Microsoft.ApiManagement.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.Operation>> ListAsync (this Microsoft.Azure.Management.ApiManagement.IApiManagementOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ApiManagement.IApiManagementOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.Operation>>
<Extension()>
Public Function ListAsync (operations As IApiManagementOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Operation))

Parâmetros

operations
IApiManagementOperations

O grupo de operações para esse método de extensão.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a