Class ExpressionEvaluationOptions

java.lang.Object
com.microsoft.azure.management.resources.ExpressionEvaluationOptions

public class ExpressionEvaluationOptions extends Object
Specifies whether template expressions are evaluated within the scope of the parent template or 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.