次の方法で共有


AccountsOperationsExtensions.GetEnabledFeatures(IAccountsOperations) メソッド

定義

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

public static Microsoft.WindowsAzure.Management.RemoteApp.Models.EnabledFeaturesResult GetEnabledFeatures(this Microsoft.WindowsAzure.Management.RemoteApp.IAccountsOperations operations);
static member GetEnabledFeatures : Microsoft.WindowsAzure.Management.RemoteApp.IAccountsOperations -> Microsoft.WindowsAzure.Management.RemoteApp.Models.EnabledFeaturesResult
<Extension()>
Public Function GetEnabledFeatures (operations As IAccountsOperations) As EnabledFeaturesResult

パラメーター

operations
IAccountsOperations

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

戻り値

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

適用対象