Freigeben über


SignedInUserOperationsExtensions.GetAsync Methode

Definition

Ruft die Details für den derzeit angemeldeten Benutzer ab.

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)

Parameter

operations
ISignedInUserOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: