次の方法で共有


AccountsOperationsExtensions.GetEnabledFeaturesAsync メソッド

定義

アカウントに対して有効になっている追加機能を取得します。

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)

パラメーター

operations
IAccountsOperations

Microsoft.WindowsAzure.Management.RemoteApp.IAccountsOperations への参照。

戻り値

アカウントに対して有効になっている追加機能。

適用対象