UserDefinedFunctionHook(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 UserDefinedFunctionHook.
public UserDefinedFunctionHook(string functionId);
new Azure.Security.ConfidentialLedger.Models.UserDefinedFunctionHook : string -> Azure.Security.ConfidentialLedger.Models.UserDefinedFunctionHook
Public Sub New (functionId As String)
Parameters
- functionId
- String
ID of the user defined function to execute.
Exceptions
functionId is null.