ICatalogOperations.ListDatabasesAsync Method (String, String, CancellationToken)

 

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

Task<CatalogDatabaseListResponse> ListDatabasesAsync(
    string resourceGroupName,
    string accountName,
    CancellationToken cancellationToken
)
Task<CatalogDatabaseListResponse^>^ ListDatabasesAsync(
    String^ resourceGroupName,
    String^ accountName,
    CancellationToken cancellationToken
)
abstract ListDatabasesAsync : 
        resourceGroupName:string *
        accountName:string *
        cancellationToken:CancellationToken -> Task<CatalogDatabaseListResponse>
Function ListDatabasesAsync (
    resourceGroupName As String,
    accountName As String,
    cancellationToken As CancellationToken
) As Task(Of CatalogDatabaseListResponse)

Parameters

  • resourceGroupName
    Type: System.String

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

Return Value

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

The List Database operation response.

See Also

ICatalogOperations Interface
Microsoft.Azure.Management.DataLake.AnalyticsCatalog Namespace

Return to top