UsersOperationsExtensions.GetMyProfileAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Users.Models.MicrosoftGraphUser> GetMyProfileAsync (this Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Users.IUsersOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member GetMyProfileAsync : Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Users.IUsersOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Users.Models.MicrosoftGraphUser>
<Extension()>
Public Function GetMyProfileAsync (operations As IUsersOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of MicrosoftGraphUser)

Parameters

operations
IUsersOperations
cancellationToken
CancellationToken

Returns

Applies to