Partager via


LoggerOperationsExtensions.ListByServiceNextAsync Méthode

Définition

Répertorie une collection d’enregistreurs d’événements dans l’instance de service spécifié. 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))

Paramètres

operations
ILoggerOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à