Share via


GroupsOperationsExtensions.AddMemberAsync Method

Definition

Add a member to a group.

public static System.Threading.Tasks.Task AddMemberAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IGroupsOperations operations, string groupObjectId, Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.GroupAddMemberParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member AddMemberAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IGroupsOperations * string * Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.GroupAddMemberParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function AddMemberAsync (operations As IGroupsOperations, groupObjectId As String, parameters As GroupAddMemberParameters, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IGroupsOperations

The operations group for this extension method.

groupObjectId
String

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

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to