예제 #1
0
 /// <summary>
 /// Updates the specified Data Lake Analytics account to add an Azure Storage
 /// 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 Analytics account.
 /// </param>
 /// <param name='storageAccountName'>
 /// The name of the Azure Storage account to add
 /// </param>
 /// <param name='parameters'>
 /// The parameters containing the access key and optional suffix for the Azure
 /// Storage Account.
 /// </param>
 public static void Add(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, AddStorageAccountParameters parameters)
 {
     operations.AddAsync(resourceGroupName, accountName, storageAccountName, parameters).GetAwaiter().GetResult();
 }