Sdílet prostřednictvím


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