ExpressionEvaluationOptions Class

Specifies whether template expressions are evaluated within the scope of the parent template or nested template.

Constructor

ExpressionEvaluationOptions(*args: Any, **kwargs: Any)

Variables

Name Description
scope

The scope to be used for evaluation of parameters, variables and functions in a nested template. Known values are: "NotSpecified", "Outer", and "Inner".

Attributes

scope

The scope to be used for evaluation of parameters, variables and functions in a nested template. Known values are: "NotSpecified", "Outer", and "Inner".

scope: str | _models.ExpressionEvaluationOptionsScopeType | None