DataLakeAnalyticsClient.ListStorageAccounts(String, String) 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.
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation> ListStorageAccounts (string resourceGroupName, string accountName);
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo> ListStorageAccounts (string resourceGroupName, string accountName);
member this.ListStorageAccounts : string * string -> seq<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation>
member this.ListStorageAccounts : string * string -> seq<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo>
Public Function ListStorageAccounts (resourceGroupName As String, accountName As String) As IEnumerable(Of StorageAccountInformation)
Public Function ListStorageAccounts (resourceGroupName As String, accountName As String) As IEnumerable(Of StorageAccountInfo)
Parameters
- resourceGroupName
- String
- accountName
- String