ExpressionEvaluationOptions Class
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.
Specifies whether template expressions are evaluated within the scope of the parent template or nested template.
public class ExpressionEvaluationOptions
type ExpressionEvaluationOptions = class
Public Class ExpressionEvaluationOptions
- Inheritance
-
ExpressionEvaluationOptions
Constructors
ExpressionEvaluationOptions() |
Initializes a new instance of the ExpressionEvaluationOptions class. |
ExpressionEvaluationOptions(ExpressionEvaluationOptionsScopeType) |
Initializes a new instance of the ExpressionEvaluationOptions class. |
Properties
Scope |
Gets or sets the scope to be used for evaluation of parameters, variables and functions in a nested template. Possible values include: 'NotSpecified', 'Outer', 'Inner' |
Applies to
Azure SDK for .NET