ExpressionEvaluationOptions Class

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

Inheritance
ExpressionEvaluationOptions

Constructor

ExpressionEvaluationOptions(*, scope: Optional[Union[str, azure.mgmt.resource.resources.v2021_01_01.models._resource_management_client_enums.ExpressionEvaluationOptionsScopeType]] = None, **kwargs)

Variables

scope
str or ExpressionEvaluationOptionsScopeType

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