Partager via


ReportsOperationsExtensions.ListByRequestAsync Méthode

Définition

Répertorie les enregistrements de rapport par demande.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ApiManagement.Models.RequestReportRecordContract>> ListByRequestAsync (this Microsoft.Azure.Management.ApiManagement.IReportsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.RequestReportRecordContract> odataQuery, string resourceGroupName, string serviceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByRequestAsync : Microsoft.Azure.Management.ApiManagement.IReportsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.RequestReportRecordContract> * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.ApiManagement.Models.RequestReportRecordContract>>
<Extension()>
Public Function ListByRequestAsync (operations As IReportsOperations, odataQuery As ODataQuery(Of RequestReportRecordContract), resourceGroupName As String, serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of RequestReportRecordContract))

Paramètres

operations
IReportsOperations

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

odataQuery
ODataQuery<RequestReportRecordContract>

Paramètres OData à appliquer à l’opération.

resourceGroupName
String

Nom du groupe de ressources.

serviceName
String

Nom du service Gestion des API.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à