共用方式為


SignedInUserOperationsExtensions.Get(ISignedInUserOperations) Method

Definition

Gets the details for the currently logged-in user.

public static Microsoft.Azure.Graph.RBAC.Models.User Get (this Microsoft.Azure.Graph.RBAC.ISignedInUserOperations operations);
static member Get : Microsoft.Azure.Graph.RBAC.ISignedInUserOperations -> Microsoft.Azure.Graph.RBAC.Models.User
<Extension()>
Public Function Get (operations As ISignedInUserOperations) As User

Parameters

operations
ISignedInUserOperations

The operations group for this extension method.

Returns

Applies to