Compartilhar via


LoggerOperationsExtensions.ListByServiceNextAsync Método

Definição

Lista uma coleção de agentes de log na instância de serviço 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

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a