ReportsOperationsExtensions.ListByOperation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists report records by API Operations.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ReportRecordContract> ListByOperation (this Microsoft.Azure.Management.ApiManagement.IReportsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.ReportRecordContract> odataQuery, string resourceGroupName, string serviceName);
static member ListByOperation : Microsoft.Azure.Management.ApiManagement.IReportsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.ReportRecordContract> * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ReportRecordContract>
<Extension()>
Public Function ListByOperation (operations As IReportsOperations, odataQuery As ODataQuery(Of ReportRecordContract), resourceGroupName As String, serviceName As String) As IPage(Of ReportRecordContract)
Parameters
- operations
- IReportsOperations
The operations group for this extension method.
- odataQuery
- ODataQuery<ReportRecordContract>
OData parameters to apply to the operation.
- resourceGroupName
- String
The name of the resource group.
- serviceName
- String
The name of the API Management service.