你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataLakeAnalyticsClient.SetStorageAccount Method

Definition

Overloads

SetStorageAccount(String, String, StorageAccountInfo)
SetStorageAccount(String, String, String, UpdateStorageAccountParameters)

SetStorageAccount(String, String, StorageAccountInfo)

public void SetStorageAccount (string resourceGroupName, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo storageToSet);
member this.SetStorageAccount : string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo -> unit
Public Sub SetStorageAccount (resourceGroupName As String, accountName As String, storageToSet As StorageAccountInfo)

Parameters

resourceGroupName
String
accountName
String
storageToSet
StorageAccountInfo

Applies to

SetStorageAccount(String, String, String, UpdateStorageAccountParameters)

public void SetStorageAccount (string resourceGroupName, string accountName, string storageAccountName, Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountParameters storageParams);
member this.SetStorageAccount : string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountParameters -> unit
Public Sub SetStorageAccount (resourceGroupName As String, accountName As String, storageAccountName As String, storageParams As UpdateStorageAccountParameters)

Parameters

resourceGroupName
String
accountName
String
storageAccountName
String

Applies to