public class ExpressionEvaluationOptions extends Object
| Constructor and Description |
|---|
ExpressionEvaluationOptions() |
| Modifier and Type | Method and Description |
|---|---|
ExpressionEvaluationOptionsScopeType |
scope()
Get the scope to be used for evaluation of parameters, variables and functions in a nested template.
|
ExpressionEvaluationOptions |
withScope(ExpressionEvaluationOptionsScopeType scope)
Set the scope to be used for evaluation of parameters, variables and functions in a nested template.
|
public ExpressionEvaluationOptionsScopeType scope()
public ExpressionEvaluationOptions withScope(ExpressionEvaluationOptionsScopeType scope)
scope - the scope value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/