DataLakeAnalyticsAccountOperationsExtensions.GetStorageAccountAsync Method (IDataLakeAnalyticsAccountOperations, String, String, String)

 

Gets the specified Azure storage account details in the specified Data Lake Analytics account.

Namespace:   Microsoft.Azure.Management.DataLake.Analytics
Assembly:  Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)

Syntax

public static Task<DataLakeAnalyticsAccountGetStorageAccountResponse> GetStorageAccountAsync(
    this IDataLakeAnalyticsAccountOperations operations,
    string resourceGroupName,
    string accountName,
    string storageAccountName
)
public:
[ExtensionAttribute]
static Task<DataLakeAnalyticsAccountGetStorageAccountResponse^>^ GetStorageAccountAsync(
    IDataLakeAnalyticsAccountOperations^ operations,
    String^ resourceGroupName,
    String^ accountName,
    String^ storageAccountName
)
static member GetStorageAccountAsync : 
        operations:IDataLakeAnalyticsAccountOperations *
        resourceGroupName:string *
        accountName:string *
        storageAccountName:string -> Task<DataLakeAnalyticsAccountGetStorageAccountResponse>
<ExtensionAttribute>
Public Shared Function GetStorageAccountAsync (
    operations As IDataLakeAnalyticsAccountOperations,
    resourceGroupName As String,
    accountName As String,
    storageAccountName As String
) As Task(Of DataLakeAnalyticsAccountGetStorageAccountResponse)

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group.

  • accountName
    Type: System.String

    Required. The name of the account to retrieve the Azure storage account details from

  • storageAccountName
    Type: System.String

    Required. The name of the account to retrieve

Return Value

Type: System.Threading.Tasks.Task<DataLakeAnalyticsAccountGetStorageAccountResponse>

Storage Account information response.

See Also

DataLakeAnalyticsAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Analytics Namespace

Return to top