Skip to main content

execute_user_defined_functions

Creates, updates, deletes, gets or lists an execute_user_defined_functions resource.

Overview

Nameexecute_user_defined_functions
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
execute_user_defined_functionexecfunction_id, ledger_endpointExecutes 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.

NameDatatypeDescription
function_idstringIdentifies a user defined function. Required.
ledger_endpointstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client ledgerEndpoint parameter. (default: )

Lifecycle Methods

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 }}"
}'
;