GroupsOperationsExtensions.RemoveOwner Método

Definição

Remova um membro dos proprietários.

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)

Parâmetros

operations
IGroupsOperations

O grupo de operações para esse método de extensão.

objectId
String

A ID do objeto do grupo do qual remover o proprietário.

ownerObjectId
String

ID do objeto owner

Aplica-se a