Freigeben über


GroupsOperationsExtensions.RemoveOwner Methode

Definition

Entfernen Sie ein Mitglied aus Besitzern.

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

Parameter

operations
IGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

objectId
String

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

ownerObjectId
String

Besitzerobjekt-ID

Gilt für: