CatalogOperationsExtensions.GetDatabaseAsync Method (ICatalogOperations, String, String, String)
Retrieves the specified database 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<CatalogDatabaseGetResponse> GetDatabaseAsync(
this ICatalogOperations operations,
string resourceGroupName,
string accountName,
string databaseName
)
public:
[ExtensionAttribute]
static Task<CatalogDatabaseGetResponse^>^ GetDatabaseAsync(
ICatalogOperations^ operations,
String^ resourceGroupName,
String^ accountName,
String^ databaseName
)
static member GetDatabaseAsync :
operations:ICatalogOperations *
resourceGroupName:string *
accountName:string *
databaseName:string -> Task<CatalogDatabaseGetResponse>
<ExtensionAttribute>
Public Shared Function GetDatabaseAsync (
operations As ICatalogOperations,
resourceGroupName As String,
accountName As String,
databaseName As String
) As Task(Of CatalogDatabaseGetResponse)
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
databaseName
Type: System.StringRequired. The path to the file to create.
Return Value
Type: System.Threading.Tasks.Task<CatalogDatabaseGetResponse>
The Get Database operation response.
See Also
CatalogOperationsExtensions Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog Namespace
Return to top