/// <summary>
 /// Attempts to enable a user managed Key Vault for encryption of the specified
 /// Data Lake Store account.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the Azure resource group.
 /// </param>
 /// <param name='accountName'>
 /// The name of the Data Lake Store account.
 /// </param>
 public static void EnableKeyVault(this IAccountsOperations operations, string resourceGroupName, string accountName)
 {
     operations.EnableKeyVaultAsync(resourceGroupName, accountName).GetAwaiter().GetResult();
 }