Class ExpressionEvaluationOptionsScopeType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ExpressionEvaluationOptionsScopeType>
com.microsoft.azure.management.resources.ExpressionEvaluationOptionsScopeType
public final class ExpressionEvaluationOptionsScopeType
extends com.microsoft.rest.ExpandableStringEnum<ExpressionEvaluationOptionsScopeType>
Defines values for ExpressionEvaluationOptionsScopeType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpressionEvaluationOptionsScopeType
Static value Inner for ExpressionEvaluationOptionsScopeType.static final ExpressionEvaluationOptionsScopeType
Static value NotSpecified for ExpressionEvaluationOptionsScopeType.static final ExpressionEvaluationOptionsScopeType
Static value Outer for ExpressionEvaluationOptionsScopeType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a ExpressionEvaluationOptionsScopeType from its string representation.values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
NOT_SPECIFIED
Static value NotSpecified for ExpressionEvaluationOptionsScopeType. -
OUTER
Static value Outer for ExpressionEvaluationOptionsScopeType. -
INNER
Static value Inner for ExpressionEvaluationOptionsScopeType.
-
-
Constructor Details
-
ExpressionEvaluationOptionsScopeType
public ExpressionEvaluationOptionsScopeType()
-
-
Method Details
-
fromString
Creates or finds a ExpressionEvaluationOptionsScopeType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding ExpressionEvaluationOptionsScopeType
-
values
- Returns:
- known ExpressionEvaluationOptionsScopeType values
-