UserDefinedFunction(String) Constructor
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.
Initializes a new instance of UserDefinedFunction.
public UserDefinedFunction(string code);
new Azure.Security.ConfidentialLedger.Models.UserDefinedFunction : string -> Azure.Security.ConfidentialLedger.Models.UserDefinedFunction
Public Sub New (code As String)
Parameters
- code
- String
Code of the user defined function in JavaScript.
Exceptions
code is null.