Share via


GroupsOperationsExtensions.RemoveMember Method

Definition

public static void RemoveMember (this Microsoft.Azure.Graph.RBAC.Version1_6.IGroupsOperations operations, string groupObjectId, string memberObjectId);
static member RemoveMember : Microsoft.Azure.Graph.RBAC.Version1_6.IGroupsOperations * string * string -> unit
<Extension()>
Public Sub RemoveMember (operations As IGroupsOperations, groupObjectId As String, memberObjectId As String)

Parameters

operations
IGroupsOperations
groupObjectId
String
memberObjectId
String

Applies to