ExpressionEvaluationOptions Class
- java.
lang. Object - com.
microsoft. azure. management. resources. ExpressionEvaluationOptions
- com.
public class ExpressionEvaluationOptions
Specifies whether template expressions are evaluated within the scope of the parent template or nested template.
Constructor Summary
Constructor | Description | |
---|---|---|
ExpressionEvaluationOptions() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Expression |
scope()
Get the scope to be used for evaluation of parameters, variables and functions in a nested template. |
Expression |
withScope(ExpressionEvaluationOptionsScopeType scope)
Set the scope to be used for evaluation of parameters, variables and functions in a nested template. |
Methods inherited from java.lang.Object
Constructor Details
ExpressionEvaluationOptions
public ExpressionEvaluationOptions()
Method Details
scope
public ExpressionEvaluationOptionsScopeType 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:
withScope
public ExpressionEvaluationOptions withScope(ExpressionEvaluationOptionsScopeType scope)
Set the scope to be used for evaluation of parameters, variables and functions in a nested template. Possible values include: 'NotSpecified', 'Outer', 'Inner'.
Parameters:
Returns:
Applies to
Azure SDK for Java