CatalogOperationsExtensions.ListDatabasesAsync Method (ICatalogOperations, String, String)

 

Retrieves the list of databases from the current DataLakeAnalytics catalog

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

Syntax

public static Task<CatalogDatabaseListResponse> ListDatabasesAsync(
    this ICatalogOperations operations,
    string resourceGroupName,
    string accountName
)
public:
[ExtensionAttribute]
static Task<CatalogDatabaseListResponse^>^ ListDatabasesAsync(
    ICatalogOperations^ operations,
    String^ resourceGroupName,
    String^ accountName
)
static member ListDatabasesAsync : 
        operations:ICatalogOperations *
        resourceGroupName:string *
        accountName:string -> Task<CatalogDatabaseListResponse>
<ExtensionAttribute>
Public Shared Function ListDatabasesAsync (
    operations As ICatalogOperations,
    resourceGroupName As String,
    accountName As String
) As Task(Of CatalogDatabaseListResponse)

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resourceGroup the Data Lake Analytics account is in

  • accountName
    Type: System.String

    Required. The name of the account to use

Return Value

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

The List Database operation response.

See Also

CatalogOperationsExtensions Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog Namespace

Return to top