ExpressionEvaluationOptions Constructors
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.
Overloads
ExpressionEvaluationOptions() |
Initializes a new instance of the ExpressionEvaluationOptions class. |
ExpressionEvaluationOptions(String) |
Initializes a new instance of the ExpressionEvaluationOptions class. |
ExpressionEvaluationOptions()
Initializes a new instance of the ExpressionEvaluationOptions class.
public ExpressionEvaluationOptions ();
Public Sub New ()
Applies to
ExpressionEvaluationOptions(String)
Initializes a new instance of the ExpressionEvaluationOptions class.
public ExpressionEvaluationOptions (string scope = default);
new Microsoft.Azure.Management.ResourceManager.Models.ExpressionEvaluationOptions : string -> Microsoft.Azure.Management.ResourceManager.Models.ExpressionEvaluationOptions
Public Sub New (Optional scope As String = Nothing)
Parameters
- scope
- String
The scope to be used for evaluation of parameters, variables and functions in a nested template. Possible values include: 'NotSpecified', 'Outer', 'Inner'