次の方法で共有


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

戻り値

適用対象