Compartilhar via


ApiOperationOperationsExtensions.ListByApiNextAsync Método

Definição

Lista uma coleção das operações para a API especificada.

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

Parâmetros

operations
IApiOperationOperations

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