Compartilhar via


ApiManagementOperationsExtensions.ListNextAsync 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>> ListNextAsync (this Microsoft.Azure.Management.ApiManagement.IApiManagementOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.ApiManagement.IApiManagementOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.Operation>>
<Extension()>
Public Function ListNextAsync (operations As IApiManagementOperations, nextPageLink As String, 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.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a