Compartir a través de


ApiOperationOperationsExtensions.ListByApiNextAsync Método

Definición

Enumera una colección de las operaciones de la 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

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a