你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IReportsOperations 接口

定义

ReportsOperations 操作。

public interface IReportsOperations
type IReportsOperations = interface
Public Interface IReportsOperations

方法

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

按 API 列出报表记录。

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

按 API 列出报表记录。

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

按地理位置列出报表记录。

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

按地理位置列出报表记录。

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

按 API 操作列出报表记录。

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

按 API 操作列出报表记录。

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

按产品列出报表记录。

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

按产品列出报表记录。

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

按请求列出报表记录。

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

按订阅列出报表记录。

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

按订阅列出报表记录。

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

按时间列出报表记录。

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

按时间列出报表记录。

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

按用户列出报表记录。

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

按用户列出报表记录。

扩展方法

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

按 API 列出报表记录。

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

按 API 列出报表记录。

ListByApiNext(IReportsOperations, String)

按 API 列出报表记录。

ListByApiNextAsync(IReportsOperations, String, CancellationToken)

按 API 列出报表记录。

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

按地理位置列出报表记录。

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

按地理位置列出报表记录。

ListByGeoNext(IReportsOperations, String)

按地理位置列出报表记录。

ListByGeoNextAsync(IReportsOperations, String, CancellationToken)

按地理位置列出报表记录。

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

按 API 操作列出报表记录。

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

按 API 操作列出报表记录。

ListByOperationNext(IReportsOperations, String)

按 API 操作列出报表记录。

ListByOperationNextAsync(IReportsOperations, String, CancellationToken)

按 API 操作列出报表记录。

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

按产品列出报表记录。

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

按产品列出报表记录。

ListByProductNext(IReportsOperations, String)

按产品列出报表记录。

ListByProductNextAsync(IReportsOperations, String, CancellationToken)

按产品列出报表记录。

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

按请求列出报表记录。

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

按请求列出报表记录。

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

按订阅列出报表记录。

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

按订阅列出报表记录。

ListBySubscriptionNext(IReportsOperations, String)

按订阅列出报表记录。

ListBySubscriptionNextAsync(IReportsOperations, String, CancellationToken)

按订阅列出报表记录。

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

按时间列出报表记录。

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

按时间列出报表记录。

ListByTimeNext(IReportsOperations, String)

按时间列出报表记录。

ListByTimeNextAsync(IReportsOperations, String, CancellationToken)

按时间列出报表记录。

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

按用户列出报表记录。

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

按用户列出报表记录。

ListByUserNext(IReportsOperations, String)

按用户列出报表记录。

ListByUserNextAsync(IReportsOperations, String, CancellationToken)

按用户列出报表记录。

适用于