ConfidentialLedgerModelFactory.UserDefinedFunctionExecutionResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The result object of a user defined function execution. This is returned only when the user defined function executes successfully.
public static Azure.Security.ConfidentialLedger.Models.UserDefinedFunctionExecutionResult UserDefinedFunctionExecutionResult(string returnValue = default);
static member UserDefinedFunctionExecutionResult : string -> Azure.Security.ConfidentialLedger.Models.UserDefinedFunctionExecutionResult
Public Shared Function UserDefinedFunctionExecutionResult (Optional returnValue As String = Nothing) As UserDefinedFunctionExecutionResult
Parameters
- returnValue
- String
String-encoded value returned by the user defined function execution. If the function does not return any value, this is set to an empty string.
Returns
A new UserDefinedFunctionExecutionResult instance for mocking.