execute_user_defined_functions
Creates, updates, deletes, gets or lists an execute_user_defined_functions resource.
Overview
| Name | execute_user_defined_functions |
| Type | Resource |
| Id | azure.confidential_ledger_dataplane.execute_user_defined_functions |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
execute_user_defined_function | exec | function_id, ledger_endpoint | Executes a user defined function. Executes the user defined function in the Confidential Ledger. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
function_id | string | Identifies a user defined function. Required. |
ledger_endpoint | string | The service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client ledgerEndpoint parameter. (default: ) |
Lifecycle Methods
- execute_user_defined_function
Executes a user defined function. Executes the user defined function in the Confidential Ledger.
EXEC azure.confidential_ledger_dataplane.execute_user_defined_functions.execute_user_defined_function
@function_id='{{ function_id }}' --required,
@ledger_endpoint='{{ ledger_endpoint }}' --required
@@json=
'{
"arguments": "{{ arguments }}",
"exportedFunctionName": "{{ exportedFunctionName }}",
"runtimeOptions": "{{ runtimeOptions }}"
}'
;