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
operations
Type: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.ICatalogOperationsReference to the Microsoft.Azure.Management.DataLake.AnalyticsCatalog.ICatalogOperations.
resourceGroupName
Type: System.StringRequired. The name of the resourceGroup the Data Lake Analytics account is in
accountName
Type: System.StringRequired. 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