Language

UserDefinedFunction(String) Constructor

Definition

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.

Applies to