InterpreterReusePolicy(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 InterpreterReusePolicy.
public InterpreterReusePolicy(string key);
new Azure.Security.ConfidentialLedger.Models.InterpreterReusePolicy : string -> Azure.Security.ConfidentialLedger.Models.InterpreterReusePolicy
Public Sub New (key As String)
Parameters
- key
- String
Key for the interpreter reuse policy.
Exceptions
key is null.