ReportsExtensions.GetReportsAsAdminAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetReportsAsAdminAsync(IReports, String, Nullable<Int32>, Nullable<Int32>, CancellationToken) | |
GetReportsAsAdminAsync(IReports, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken) |
GetReportsAsAdminAsync(IReports, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.V2.Models.ODataResponseListReport> GetReportsAsAdminAsync (this Microsoft.PowerBI.Api.V2.IReports operations, string filter = default, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
static member GetReportsAsAdminAsync : Microsoft.PowerBI.Api.V2.IReports * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.V2.Models.ODataResponseListReport>
<Extension()>
Public Function GetReportsAsAdminAsync (operations As IReports, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ODataResponseListReport)
Parameters
- operations
- IReports
- filter
- System.String
- top
- System.Nullable<System.Int32>
- skip
- System.Nullable<System.Int32>
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<ODataResponseListReport>
Applies to
GetReportsAsAdminAsync(IReports, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.V2.Models.ODataResponseListReport> GetReportsAsAdminAsync (this Microsoft.PowerBI.Api.V2.IReports operations, string groupId, string filter = default, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
static member GetReportsAsAdminAsync : Microsoft.PowerBI.Api.V2.IReports * string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.V2.Models.ODataResponseListReport>
<Extension()>
Public Function GetReportsAsAdminAsync (operations As IReports, groupId As String, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ODataResponseListReport)
Parameters
- operations
- IReports
- groupId
- System.String
- filter
- System.String
- top
- System.Nullable<System.Int32>
- skip
- System.Nullable<System.Int32>
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<ODataResponseListReport>