Share via


az dla catalog tvf

This command group is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.

Manage Data Lake Analytics catalog table valued functions.

Commands

Name Description Type Status
az dla catalog tvf list

List table valued functions in a database or schema.

Core Deprecated
az dla catalog tvf show

Retrieves the specified table valued function from the Data Lake Analytics catalog.

Core Deprecated

az dla catalog tvf list

Deprecated

This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.

List table valued functions in a database or schema.

az dla catalog tvf list --database-name
                        [--account]
                        [--ids]
                        [--schema-name]
                        [--subscription]

Required Parameters

--database-name

The name of the database.

Optional Parameters

--account -n

Name of the Data Lake Analytics account.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--schema-name

The name of the schema assocated with table valued functions to list.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az dla catalog tvf show

Deprecated

This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.

Retrieves the specified table valued function from the Data Lake Analytics catalog.

az dla catalog tvf show --database-name
                        --schema-name
                        --table-valued-function-name
                        [--account]
                        [--ids]
                        [--subscription]

Required Parameters

--database-name

The name of the database containing the table valued function.

--schema-name

The name of the schema containing the table valued function.

--table-valued-function-name

The name of the tableValuedFunction.

Optional Parameters

--account -n

Name of the Data Lake Analytics account.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.