ReportsOperationsExtensions.ListByRequest 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 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET