Class ExpressionEvaluationOptions
java.lang.Object
com.microsoft.azure.management.resources.ExpressionEvaluationOptions
Specifies whether template expressions are evaluated within the scope of the
parent template or nested template.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionscope()
Get the scope to be used for evaluation of parameters, variables and functions in a nested template.Set the scope to be used for evaluation of parameters, variables and functions in a nested template.
-
Constructor Details
-
ExpressionEvaluationOptions
public ExpressionEvaluationOptions()
-
-
Method Details
-
scope
Get the scope to be used for evaluation of parameters, variables and functions in a nested template. Possible values include: 'NotSpecified', 'Outer', 'Inner'.- Returns:
- the scope value
-
withScope
Set the scope to be used for evaluation of parameters, variables and functions in a nested template. Possible values include: 'NotSpecified', 'Outer', 'Inner'.- Parameters:
scope
- the scope value to set- Returns:
- the ExpressionEvaluationOptions object itself.
-