GroupsOperationsExtensions.AddMember Method

Definition

Add a member to a group.

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

Parameters

operations
IGroupsOperations

The operations group for this extension method.

groupObjectId
String

The object ID of the group to which to add the member.

Applies to