Compartilhar via


SignedInUserOperationsExtensions.GetAsync Método

Definição

Obtém os detalhes do usuário conectado no momento.

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

Parâmetros

operations
ISignedInUserOperations

O grupo de operações para esse método de extensão.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a