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