Partager via


ReportsOperationsExtensions.ListByUserNextAsync Méthode

Définition

Répertorie les enregistrements de rapport par utilisateur.

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

Paramètres

operations
IReportsOperations

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 à