Compartir a través de


LoggerOperationsExtensions.ListByServiceNextAsync Método

Definición

Enumera una colección de registradores de la instancia de servicio especificada https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

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

Parámetros

operations
ILoggerOperations

Grupo de operaciones para 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