次の方法で共有


GroupsOperationsExtensions.RemoveMemberAsync メソッド

定義

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

public static System.Threading.Tasks.Task RemoveMemberAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IGroupsOperations operations, string groupObjectId, string memberObjectId, System.Threading.CancellationToken cancellationToken = default);
static member RemoveMemberAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IGroupsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RemoveMemberAsync (operations As IGroupsOperations, groupObjectId As String, memberObjectId As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IGroupsOperations

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

groupObjectId
String

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

memberObjectId
String

メンバー オブジェクト ID

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象