GroupsOperationsExtensions.RemoveOwner Method

Definition

Remove a member from owners.

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)

Parameters

operations
IGroupsOperations

The operations group for this extension method.

objectId
String

The object ID of the group from which to remove the owner.

ownerObjectId
String

Owner object id

Applies to