ExpressionEvaluationOptionsScopeType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. models. ExpressionEvaluationOptionsScopeType
- com.
- com.
public final class ExpressionEvaluationOptionsScopeType
extends ExpandableStringEnum<ExpressionEvaluationOptionsScopeType>
The scope to be used for evaluation of parameters, variables and functions in a nested template.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Expression |
INNER
Static value Inner for Expression |
static final
Expression |
NOT_SPECIFIED
Static value Not |
static final
Expression |
OUTER
Static value Outer for Expression |
Constructor Summary
Constructor | Description |
---|---|
ExpressionEvaluationOptionsScopeType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Expression |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Expression |
fromString(String name)
Creates or finds a Expression |
static
Collection<Expression |
values()
Gets known Expression |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
INNER
public static final ExpressionEvaluationOptionsScopeType INNER
Static value Inner for ExpressionEvaluationOptionsScopeType.
NOT_SPECIFIED
public static final ExpressionEvaluationOptionsScopeType NOT_SPECIFIED
Static value NotSpecified for ExpressionEvaluationOptionsScopeType.
OUTER
public static final ExpressionEvaluationOptionsScopeType OUTER
Static value Outer for ExpressionEvaluationOptionsScopeType.
Constructor Details
ExpressionEvaluationOptionsScopeType
@Deprecated
public ExpressionEvaluationOptionsScopeType()
Deprecated
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:
Returns:
values
public static Collection
Gets known ExpressionEvaluationOptionsScopeType values.
Returns:
Applies to
Azure SDK for Java