UsersOperationsExtensions.UpdateAsync メソッド

定義

ユーザーの更新。

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

パラメーター

operations
IUsersOperations

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

upnOrObjectId
String

更新するユーザーのオブジェクト ID またはプリンシパル名。

parameters
UserUpdateParameters

既存のユーザーを更新するためのパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象