Freigeben über


GroupsOperationsExtensions.RemoveMemberAsync Methode

Definition

Entfernen sie ein Mitglied aus einer Gruppe.

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

Parameter

operations
IGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

groupObjectId
String

Die Objekt-ID der Gruppe, aus der das Mitglied entfernt werden soll.

memberObjectId
String

Elementobjekt-ID

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: