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

ReportsOperationsExtensions 类

定义

ReportsOperations 的扩展方法。

public static class ReportsOperationsExtensions
type ReportsOperationsExtensions = class
Public Module ReportsOperationsExtensions
继承
ReportsOperationsExtensions

方法

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)

按用户列出报表记录。

适用于