ICatalogOperations.GetTableValuedFunctionAsync Method (String, String, String, String, String, CancellationToken)
Retrieves the specified table valued function 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<CatalogTableValuedFunctionGetResponse> GetTableValuedFunctionAsync(
string resourceGroupName,
string accountName,
string databaseName,
string schemaName,
string tableValuedFunctionName,
CancellationToken cancellationToken
)
Task<CatalogTableValuedFunctionGetResponse^>^ GetTableValuedFunctionAsync(
String^ resourceGroupName,
String^ accountName,
String^ databaseName,
String^ schemaName,
String^ tableValuedFunctionName,
CancellationToken cancellationToken
)
abstract GetTableValuedFunctionAsync :
resourceGroupName:string *
accountName:string *
databaseName:string *
schemaName:string *
tableValuedFunctionName:string *
cancellationToken:CancellationToken -> Task<CatalogTableValuedFunctionGetResponse>
Function GetTableValuedFunctionAsync (
resourceGroupName As String,
accountName As String,
databaseName As String,
schemaName As String,
tableValuedFunctionName As String,
cancellationToken As CancellationToken
) As Task(Of CatalogTableValuedFunctionGetResponse)
Parameters
resourceGroupName
Type: System.StringThe name of the resourceGroup the Data Lake Analytics account is in
accountName
Type: System.StringThe name of the account to use
databaseName
Type: System.StringThe name of the database to find the table valued function in.
schemaName
Type: System.StringThe name of the schema to find the table valued function in.
tableValuedFunctionName
Type: System.StringThe name of the tableValuedFunction to find.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<CatalogTableValuedFunctionGetResponse>
The Get table valued function operation response.
See Also
ICatalogOperations Interface
Microsoft.Azure.Management.DataLake.AnalyticsCatalog Namespace
Return to top