次の方法で共有


GroupsOperationsExtensions.AddMemberAsync メソッド

定義

グループにメンバーを追加します。

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

パラメーター

operations
IGroupsOperations

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

groupObjectId
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象