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.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6.Models.ADGroup> List (this Microsoft.Azure.Graph.RBAC.Version1_6.IGroupsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Version1_6.Models.ADGroup> odataQuery = default);
static member List : Microsoft.Azure.Graph.RBAC.Version1_6.IGroupsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Version1_6.Models.ADGroup> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6.Models.ADGroup>
<Extension()>
Public Function List (operations As IGroupsOperations, Optional odataQuery As ODataQuery(Of ADGroup) = Nothing) As IPage(Of ADGroup)
Parameters
- operations
- IGroupsOperations
- odataQuery
- ODataQuery<ADGroup>