다음을 통해 공유


ReportsOperationsExtensions Class

Definition

Extension methods for ReportsOperations.

public static class ReportsOperationsExtensions
type ReportsOperationsExtensions = class
Public Module ReportsOperationsExtensions
Inheritance
ReportsOperationsExtensions

Methods

ListByApi(IReportsOperations, ODataQuery<ReportRecordContract>, String, String)

Lists report records by API.

ListByApiAsync(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, CancellationToken)

Lists report records by API.

ListByApiNext(IReportsOperations, String)

Lists report records by API.

ListByApiNextAsync(IReportsOperations, String, CancellationToken)

Lists report records by API.

ListByGeo(IReportsOperations, ODataQuery<ReportRecordContract>, String, String)

Lists report records by geography.

ListByGeoAsync(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, CancellationToken)

Lists report records by geography.

ListByGeoNext(IReportsOperations, String)

Lists report records by geography.

ListByGeoNextAsync(IReportsOperations, String, CancellationToken)

Lists report records by geography.

ListByOperation(IReportsOperations, ODataQuery<ReportRecordContract>, String, String)

Lists report records by API Operations.

ListByOperationAsync(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, CancellationToken)

Lists report records by API Operations.

ListByOperationNext(IReportsOperations, String)

Lists report records by API Operations.

ListByOperationNextAsync(IReportsOperations, String, CancellationToken)

Lists report records by API Operations.

ListByProduct(IReportsOperations, ODataQuery<ReportRecordContract>, String, String)

Lists report records by Product.

ListByProductAsync(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, CancellationToken)

Lists report records by Product.

ListByProductNext(IReportsOperations, String)

Lists report records by Product.

ListByProductNextAsync(IReportsOperations, String, CancellationToken)

Lists report records by Product.

ListByRequest(IReportsOperations, ODataQuery<RequestReportRecordContract>, String, String)

Lists report records by Request.

ListByRequestAsync(IReportsOperations, ODataQuery<RequestReportRecordContract>, String, String, CancellationToken)

Lists report records by Request.

ListBySubscription(IReportsOperations, ODataQuery<ReportRecordContract>, String, String)

Lists report records by subscription.

ListBySubscriptionAsync(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, CancellationToken)

Lists report records by subscription.

ListBySubscriptionNext(IReportsOperations, String)

Lists report records by subscription.

ListBySubscriptionNextAsync(IReportsOperations, String, CancellationToken)

Lists report records by subscription.

ListByTime(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, TimeSpan)

Lists report records by Time.

ListByTimeAsync(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, TimeSpan, CancellationToken)

Lists report records by Time.

ListByTimeNext(IReportsOperations, String)

Lists report records by Time.

ListByTimeNextAsync(IReportsOperations, String, CancellationToken)

Lists report records by Time.

ListByUser(IReportsOperations, ODataQuery<ReportRecordContract>, String, String)

Lists report records by User.

ListByUserAsync(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, CancellationToken)

Lists report records by User.

ListByUserNext(IReportsOperations, String)

Lists report records by User.

ListByUserNextAsync(IReportsOperations, String, CancellationToken)

Lists report records by User.

Applies to