LedgerEntry.PreHooks Property
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.
List of user defined function hooks to be executed before the ledger entry is written.
public System.Collections.Generic.IList<Azure.Security.ConfidentialLedger.Models.UserDefinedFunctionHook> PreHooks { get; }
member this.PreHooks : System.Collections.Generic.IList<Azure.Security.ConfidentialLedger.Models.UserDefinedFunctionHook>
Public ReadOnly Property PreHooks As IList(Of UserDefinedFunctionHook)