GroupsOperationsExtensions.AddOwnerAsync メソッド

定義

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

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

パラメーター

operations
IGroupsOperations

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

objectId
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象