GroupsOperationsExtensions.List 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.
Gets list of groups for the current tenant.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.ADGroup> List (this Microsoft.Azure.Graph.RBAC.IGroupsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.ADGroup> odataQuery = default);
static member List : Microsoft.Azure.Graph.RBAC.IGroupsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.ADGroup> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.ADGroup>
<Extension()>
Public Function List (operations As IGroupsOperations, Optional odataQuery As ODataQuery(Of ADGroup) = Nothing) As IPage(Of ADGroup)
Parameters
- operations
- IGroupsOperations
The operations group for this extension method.
- odataQuery
- ODataQuery<ADGroup>
OData parameters to apply to the operation.