次の方法で共有


GroupsOperationsExtensions.AddOwner メソッド

定義

グループに所有者を追加します。

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)

パラメーター

operations
IGroupsOperations

この拡張メソッドの操作グループ。

objectId
String

所有者を追加するアプリケーションのオブジェクト ID。

適用対象