ExpressionEvaluationOptionsScopeType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. deployments. 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
Inner. |
|
static final
Expression |
NOT_SPECIFIED
Not |
|
static final
Expression |
OUTER
Outer. |
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
Inner.
NOT_SPECIFIED
public static final ExpressionEvaluationOptionsScopeType NOT_SPECIFIED
NotSpecified.
OUTER
public static final ExpressionEvaluationOptionsScopeType OUTER
Outer.
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<ExpressionEvaluationOptionsScopeType> values()
Gets known ExpressionEvaluationOptionsScopeType values.
Returns: