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

ReportsOperationsExtensions.GetReports 方法

定义

重载

GetReports(IReportsOperations)
GetReports(IReportsOperations, Guid)

GetReports(IReportsOperations)

public static Microsoft.PowerBI.Api.Models.Reports GetReports(this Microsoft.PowerBI.Api.IReportsOperations operations);
static member GetReports : Microsoft.PowerBI.Api.IReportsOperations -> Microsoft.PowerBI.Api.Models.Reports
<Extension()>
Public Function GetReports (operations As IReportsOperations) As Reports

参数

operations
IReportsOperations

返回

适用于

GetReports(IReportsOperations, Guid)

public static Microsoft.PowerBI.Api.Models.Reports GetReports(this Microsoft.PowerBI.Api.IReportsOperations operations, Guid groupId);
static member GetReports : Microsoft.PowerBI.Api.IReportsOperations * Guid -> Microsoft.PowerBI.Api.Models.Reports
<Extension()>
Public Function GetReports (operations As IReportsOperations, groupId As Guid) As Reports

参数

operations
IReportsOperations
groupId
Guid

返回

适用于