次の方法で共有


GroupsOperationsExtensions.RemoveMember メソッド

定義

グループからメンバーを削除します。

public static void RemoveMember (this Microsoft.Azure.Graph.RBAC.IGroupsOperations operations, string groupObjectId, string memberObjectId);
static member RemoveMember : Microsoft.Azure.Graph.RBAC.IGroupsOperations * string * string -> unit
<Extension()>
Public Sub RemoveMember (operations As IGroupsOperations, groupObjectId As String, memberObjectId As String)

パラメーター

operations
IGroupsOperations

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

groupObjectId
String

メンバーを削除するグループのオブジェクト ID。

memberObjectId
String

メンバー オブジェクト ID

適用対象