次の方法で共有


SignedInUserOperationsExtensions.GetAsync メソッド

定義

現在ログインしているユーザーの詳細を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserInner> GetAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.ISignedInUserOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.ISignedInUserOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserInner>
<Extension()>
Public Function GetAsync (operations As ISignedInUserOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of UserInner)

パラメーター

operations
ISignedInUserOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象