ConfidentialLedgerModelFactory.JsRuntimeOptions 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.
JS runtime options for user defined endpoints and functions.
public static Azure.Security.ConfidentialLedger.Models.JsRuntimeOptions JsRuntimeOptions(bool? logExceptionDetails = default, long? maxCachedInterpreters = default, long? maxExecutionTimeMs = default, long? maxHeapBytes = default, long? maxStackBytes = default, bool? returnExceptionDetails = default);
static member JsRuntimeOptions : Nullable<bool> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<bool> -> Azure.Security.ConfidentialLedger.Models.JsRuntimeOptions
Public Shared Function JsRuntimeOptions (Optional logExceptionDetails As Nullable(Of Boolean) = Nothing, Optional maxCachedInterpreters As Nullable(Of Long) = Nothing, Optional maxExecutionTimeMs As Nullable(Of Long) = Nothing, Optional maxHeapBytes As Nullable(Of Long) = Nothing, Optional maxStackBytes As Nullable(Of Long) = Nothing, Optional returnExceptionDetails As Nullable(Of Boolean) = Nothing) As JsRuntimeOptions
Parameters
Returns
A new JsRuntimeOptions instance for mocking.