Freigeben über


GroupsOperationsExtensions.AddMemberAsync Methode

Definition

Fügen Sie einer Gruppe ein Mitglied hinzu.

public static System.Threading.Tasks.Task AddMemberAsync (this Microsoft.Azure.Graph.RBAC.IGroupsOperations operations, string groupObjectId, Microsoft.Azure.Graph.RBAC.Models.GroupAddMemberParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member AddMemberAsync : Microsoft.Azure.Graph.RBAC.IGroupsOperations * string * Microsoft.Azure.Graph.RBAC.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

Parameter

operations
IGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

groupObjectId
String

Die Objekt-ID der Gruppe, der das Element hinzugefügt werden soll.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: