Freigeben über


UsersOperationsExtensions.GetAsync Methode

Definition

Ruft Benutzerinformationen aus dem Verzeichnis ab.

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

Parameter

operations
IUsersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

upnOrObjectId
String

Die Objekt-ID oder der Prinzipalname des Benutzers, für den Informationen abgerufen werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: