次の方法で共有


StorageAccountsOperationsExtensions.AddAsync メソッド

定義

指定したData Lake Analytics アカウントを更新して、Azure Storage アカウントを追加します。

public static System.Threading.Tasks.Task AddAsync (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member AddAsync : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function AddAsync (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, storageAccountName As String, parameters As AddStorageAccountParameters, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IStorageAccountsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

accountName
String

Data Lake Analytics アカウントの名前。

storageAccountName
String

追加する Azure Storage アカウントの名前

parameters
AddStorageAccountParameters

Azure Storage アカウントのアクセス キーと省略可能なサフィックスを含むパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象