DataLakeAnalyticsClient.SetStorageAccount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- storageParams
- UpdateStorageAccountParameters