ReportsOperationsExtensions.GetReportsAsAdmin 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
GetReportsAsAdmin(IReportsOperations, String, Nullable<Int32>, Nullable<Int32>) | |
GetReportsAsAdmin(IReportsOperations, Guid, String, Nullable<Int32>, Nullable<Int32>) |
GetReportsAsAdmin(IReportsOperations, String, Nullable<Int32>, Nullable<Int32>)
public static Microsoft.PowerBI.Api.Models.Reports GetReportsAsAdmin (this Microsoft.PowerBI.Api.IReportsOperations operations, string filter = default, int? top = default, int? skip = default);
static member GetReportsAsAdmin : Microsoft.PowerBI.Api.IReportsOperations * string * Nullable<int> * Nullable<int> -> Microsoft.PowerBI.Api.Models.Reports
<Extension()>
Public Function GetReportsAsAdmin (operations As IReportsOperations, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing) As Reports
Parameters
- operations
- IReportsOperations
- filter
- String
Returns
Applies to
GetReportsAsAdmin(IReportsOperations, Guid, String, Nullable<Int32>, Nullable<Int32>)
public static Microsoft.PowerBI.Api.Models.Reports GetReportsAsAdmin (this Microsoft.PowerBI.Api.IReportsOperations operations, Guid groupId, string filter = default, int? top = default, int? skip = default);
static member GetReportsAsAdmin : Microsoft.PowerBI.Api.IReportsOperations * Guid * string * Nullable<int> * Nullable<int> -> Microsoft.PowerBI.Api.Models.Reports
<Extension()>
Public Function GetReportsAsAdmin (operations As IReportsOperations, groupId As Guid, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing) As Reports
Parameters
- operations
- IReportsOperations
- groupId
- Guid
- filter
- String
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET