ReportsOperationsExtensions.GetReports Método

Definição

Sobrecargas

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

Parâmetros

operations
IReportsOperations

Retornos

Aplica-se a

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

Parâmetros

operations
IReportsOperations
groupId
Guid

Retornos

Aplica-se a