Class ExpressionEvaluationOptionsScopeType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExpressionEvaluationOptionsScopeType>
com.azure.resourcemanager.resources.models.ExpressionEvaluationOptionsScopeType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ExpressionEvaluationOptionsScopeType extends com.azure.core.util.ExpandableStringEnum<ExpressionEvaluationOptionsScopeType>
The scope to be used for evaluation of parameters, variables and functions in a nested template.
  • Field Details

  • Constructor Details

    • ExpressionEvaluationOptionsScopeType

      @Deprecated public ExpressionEvaluationOptionsScopeType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ExpressionEvaluationOptionsScopeType value.
  • Method Details

    • fromString

      public static ExpressionEvaluationOptionsScopeType fromString(String name)
      Creates or finds a ExpressionEvaluationOptionsScopeType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ExpressionEvaluationOptionsScopeType.
    • values

      Gets known ExpressionEvaluationOptionsScopeType values.
      Returns:
      known ExpressionEvaluationOptionsScopeType values.