Freigeben über


GroupsOperationsExtensions.AddOwner Methode

Definition

Fügen Sie einer Gruppe einen Besitzer hinzu.

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

Parameter

operations
IGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

objectId
String

Die Objekt-ID der Anwendung, der der Besitzer hinzugefügt werden soll.

Gilt für: