public final class ExpressionEvaluationOptions extends Object
| Constructor and Description |
|---|
ExpressionEvaluationOptions() |
| Modifier and Type | Method and Description |
|---|---|
ExpressionEvaluationOptionsScopeType |
scope()
Get the scope property: The scope to be used for evaluation of parameters, variables and functions in a nested
template.
|
void |
validate()
Validates the instance.
|
ExpressionEvaluationOptions |
withScope(ExpressionEvaluationOptionsScopeType scope)
Set the scope property: 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.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.