Class ExpressionEvaluationOptionsScopeType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ExpressionEvaluationOptionsScopeType>
-
- com.azure.resourcemanager.resources.models.ExpressionEvaluationOptionsScopeType
-
public final class ExpressionEvaluationOptionsScopeType extends com.azure.core.util.ExpandableStringEnum<ExpressionEvaluationOptionsScopeType>
Defines values for ExpressionEvaluationOptionsScopeType.
-
-
Field Summary
Fields Modifier and Type Field Description static ExpressionEvaluationOptionsScopeTypeINNERStatic value Inner for ExpressionEvaluationOptionsScopeType.static ExpressionEvaluationOptionsScopeTypeNOT_SPECIFIEDStatic value NotSpecified for ExpressionEvaluationOptionsScopeType.static ExpressionEvaluationOptionsScopeTypeOUTERStatic value Outer for ExpressionEvaluationOptionsScopeType.
-
Constructor Summary
Constructors Constructor Description ExpressionEvaluationOptionsScopeType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExpressionEvaluationOptionsScopeTypefromString(String name)Creates or finds a ExpressionEvaluationOptionsScopeType from its string representation.static Collection<ExpressionEvaluationOptionsScopeType>values()
-
-
-
Field Detail
-
NOT_SPECIFIED
public static final ExpressionEvaluationOptionsScopeType NOT_SPECIFIED
Static value NotSpecified for ExpressionEvaluationOptionsScopeType.
-
OUTER
public static final ExpressionEvaluationOptionsScopeType OUTER
Static value Outer for ExpressionEvaluationOptionsScopeType.
-
INNER
public static final ExpressionEvaluationOptionsScopeType INNER
Static value Inner for ExpressionEvaluationOptionsScopeType.
-
-
Method Detail
-
fromString
public static ExpressionEvaluationOptionsScopeType fromString(String name)
Creates or finds a ExpressionEvaluationOptionsScopeType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpressionEvaluationOptionsScopeType.
-
values
public static Collection<ExpressionEvaluationOptionsScopeType> values()
- Returns:
- known ExpressionEvaluationOptionsScopeType values.
-
-