次の方法で共有


GroupsOperationsExtensions.RemoveOwner メソッド

定義

所有者からメンバーを削除します。

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)

パラメーター

operations
IGroupsOperations

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

objectId
String

所有者を削除するグループのオブジェクト ID。

ownerObjectId
String

所有者オブジェクト ID

適用対象