Freigeben über


ReportsOperationsExtensions.ListByOperationAsync Methode

Definition

Listet Berichtsdatensätze nach API-Vorgängen auf.

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

Parameter

operations
IReportsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

odataQuery
ODataQuery<ReportRecordContract>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: