ICatalogOperations.ListTableValuedFunctionsAsync Method (String, String, String, String, CancellationToken)

 

Retrieves the list of table valued functions 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<CatalogTableValuedFunctionListResponse> ListTableValuedFunctionsAsync(
    string resourceGroupName,
    string accountName,
    string databaseName,
    string schemaName,
    CancellationToken cancellationToken
)
Task<CatalogTableValuedFunctionListResponse^>^ ListTableValuedFunctionsAsync(
    String^ resourceGroupName,
    String^ accountName,
    String^ databaseName,
    String^ schemaName,
    CancellationToken cancellationToken
)
abstract ListTableValuedFunctionsAsync : 
        resourceGroupName:string *
        accountName:string *
        databaseName:string *
        schemaName:string *
        cancellationToken:CancellationToken -> Task<CatalogTableValuedFunctionListResponse>
Function ListTableValuedFunctionsAsync (
    resourceGroupName As String,
    accountName As String,
    databaseName As String,
    schemaName As String,
    cancellationToken As CancellationToken
) As Task(Of CatalogTableValuedFunctionListResponse)

Parameters

  • resourceGroupName
    Type: System.String

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

  • databaseName
    Type: System.String

    The name of the database to find the table valued functions in.

  • schemaName
    Type: System.String

    The name of the schema to find the table valued functions in.

Return Value

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

The List table valued functions operation response.

See Also

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

Return to top