AccountsOperationsExtensions.GetEnabledFeaturesAsync Method

Definition

Gets additional features enabled for the account.

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

Parameters

operations
IAccountsOperations

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

Returns

Additional features enabled for the account.

Applies to