IReportsOperations Interface

Definition

ReportsOperations operations.

public interface IReportsOperations
type IReportsOperations = interface
Public Interface IReportsOperations

Methods

ListByApiNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists report records by API.

ListByApiWithHttpMessagesAsync(ODataQuery<ReportRecordContract>, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists report records by API.

ListByGeoNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists report records by geography.

ListByGeoWithHttpMessagesAsync(ODataQuery<ReportRecordContract>, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists report records by geography.

ListByOperationNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists report records by API Operations.

ListByOperationWithHttpMessagesAsync(ODataQuery<ReportRecordContract>, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists report records by API Operations.

ListByProductNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists report records by Product.

ListByProductWithHttpMessagesAsync(ODataQuery<ReportRecordContract>, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists report records by Product.

ListByRequestWithHttpMessagesAsync(ODataQuery<RequestReportRecordContract>, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists report records by Request.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists report records by subscription.

ListBySubscriptionWithHttpMessagesAsync(ODataQuery<ReportRecordContract>, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists report records by subscription.

ListByTimeNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists report records by Time.

ListByTimeWithHttpMessagesAsync(ODataQuery<ReportRecordContract>, String, String, TimeSpan, Dictionary<String,List<String>>, CancellationToken)

Lists report records by Time.

ListByUserNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists report records by User.

ListByUserWithHttpMessagesAsync(ODataQuery<ReportRecordContract>, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists report records by User.

Extension 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