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 Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpressionEvaluationOptionsScopeTypeStatic value Inner for ExpressionEvaluationOptionsScopeType.static final ExpressionEvaluationOptionsScopeTypeStatic value NotSpecified for ExpressionEvaluationOptionsScopeType.static final ExpressionEvaluationOptionsScopeTypeStatic value Outer for ExpressionEvaluationOptionsScopeType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ExpressionEvaluationOptionsScopeType from its string representation.values()Gets known ExpressionEvaluationOptionsScopeType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NOT_SPECIFIED
Static value NotSpecified for ExpressionEvaluationOptionsScopeType. -
OUTER
Static value Outer for ExpressionEvaluationOptionsScopeType. -
INNER
Static value Inner for ExpressionEvaluationOptionsScopeType.
-
-
Constructor Details
-
ExpressionEvaluationOptionsScopeType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ExpressionEvaluationOptionsScopeType value.
-
-
Method Details
-
fromString
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.
-
fromString(String)factory method.