Share via


GroupsOperationsExtensions.GetGroupMembers(IGroupsOperations, String) Method

Definition

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6.Models.AADObject> GetGroupMembers (this Microsoft.Azure.Graph.RBAC.Version1_6.IGroupsOperations operations, string objectId);
static member GetGroupMembers : Microsoft.Azure.Graph.RBAC.Version1_6.IGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6.Models.AADObject>
<Extension()>
Public Function GetGroupMembers (operations As IGroupsOperations, objectId As String) As IPage(Of AADObject)

Parameters

operations
IGroupsOperations
objectId
String

Returns

Applies to