AccountsOperationsExtensions.GetAsync(IAccountsOperations) Method

Definition

Gets the details of the account.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.GetAccountResult> GetAsync (this Microsoft.WindowsAzure.Management.RemoteApp.IAccountsOperations operations);
static member GetAsync : Microsoft.WindowsAzure.Management.RemoteApp.IAccountsOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.GetAccountResult>
<Extension()>
Public Function GetAsync (operations As IAccountsOperations) As Task(Of GetAccountResult)

Parameters

operations
IAccountsOperations

Reference to the Microsoft.WindowsAzure.Management.RemoteApp.IAccountsOperations.

Returns

Definition for result of GetAccount operaton.

Applies to