ConfidentialLedgerModelFactory.UserDefinedFunction(String, String) 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.
A user defined function in the ledger.
public static Azure.Security.ConfidentialLedger.Models.UserDefinedFunction UserDefinedFunction(string code = default, string id = default);
static member UserDefinedFunction : string * string -> Azure.Security.ConfidentialLedger.Models.UserDefinedFunction
Public Shared Function UserDefinedFunction (Optional code As String = Nothing, Optional id As String = Nothing) As UserDefinedFunction
Parameters
- code
- String
Code of the user defined function in JavaScript.
- id
- String
ID of the user defined function.
Returns
A new UserDefinedFunction instance for mocking.