Share via


ReportsOperationsExtensions.ListByRequest Method

Definition

Lists report records by Request.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ApiManagement.Models.RequestReportRecordContract> ListByRequest (this Microsoft.Azure.Management.ApiManagement.IReportsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.RequestReportRecordContract> odataQuery, string resourceGroupName, string serviceName);
static member ListByRequest : Microsoft.Azure.Management.ApiManagement.IReportsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.RequestReportRecordContract> * string * string -> seq<Microsoft.Azure.Management.ApiManagement.Models.RequestReportRecordContract>
<Extension()>
Public Function ListByRequest (operations As IReportsOperations, odataQuery As ODataQuery(Of RequestReportRecordContract), resourceGroupName As String, serviceName As String) As IEnumerable(Of RequestReportRecordContract)

Parameters

operations
IReportsOperations

The operations group for this extension method.

odataQuery
ODataQuery<RequestReportRecordContract>

OData parameters to apply to the operation.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

Returns

Applies to