GroupsExtensions.GetGroupsAsAdmin 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.
public static Microsoft.PowerBI.Api.V2.Models.ODataResponseListGroup GetGroupsAsAdmin (this Microsoft.PowerBI.Api.V2.IGroups operations, string expand = default, string filter = default, int? top = default, int? skip = default);
static member GetGroupsAsAdmin : Microsoft.PowerBI.Api.V2.IGroups * string * string * Nullable<int> * Nullable<int> -> Microsoft.PowerBI.Api.V2.Models.ODataResponseListGroup
<Extension()>
Public Function GetGroupsAsAdmin (operations As IGroups, Optional expand As String = Nothing, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing) As ODataResponseListGroup
Parameters
- operations
- IGroups
- expand
- System.String
- filter
- System.String
- top
- System.Nullable<System.Int32>
- skip
- System.Nullable<System.Int32>