GroupsOperationsExtensions.AddOwner Method

Definition

Add an owner to a group.

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)

Parameters

operations
IGroupsOperations

The operations group for this extension method.

objectId
String

The object ID of the application to which to add the owner.

Applies to