/// <summary> /// Lists report records by API. /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='odataQuery'> /// OData parameters to apply to the operation. /// </param> /// <param name='resourceGroupName'> /// The name of the resource group. /// </param> /// <param name='serviceName'> /// The name of the API Management service. /// </param> public static IPage <ReportRecordContract> ListByApi(this IReportsOperations operations, ODataQuery <ReportRecordContract> odataQuery, string resourceGroupName, string serviceName) { return(operations.ListByApiAsync(odataQuery, resourceGroupName, serviceName).GetAwaiter().GetResult()); }