ExpressionEvaluationOptionsScopeType Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. resources. ExpressionEvaluationOptionsScopeType
- com.
- com.
public final class ExpressionEvaluationOptionsScopeType
extends com.microsoft.rest.ExpandableStringEnum<ExpressionEvaluationOptionsScopeType>
Defines values for ExpressionEvaluationOptionsScopeType.
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() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Expression |
fromString(String name)
Creates or finds a Expression |
static
java.util.Collection<Expression |
values() |
Methods inherited from com.microsoft.rest.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
public ExpressionEvaluationOptionsScopeType()
Method Details
fromString
public static ExpressionEvaluationOptionsScopeType fromString(String name)
Creates or finds a ExpressionEvaluationOptionsScopeType from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java