public final class ExpressionEvaluationOptionsScopeType extends com.microsoft.rest.ExpandableStringEnum<ExpressionEvaluationOptionsScopeType>
| Modifier and Type | Field and Description |
|---|---|
static ExpressionEvaluationOptionsScopeType |
INNER
Static value Inner for ExpressionEvaluationOptionsScopeType.
|
static ExpressionEvaluationOptionsScopeType |
NOT_SPECIFIED
Static value NotSpecified for ExpressionEvaluationOptionsScopeType.
|
static ExpressionEvaluationOptionsScopeType |
OUTER
Static value Outer for ExpressionEvaluationOptionsScopeType.
|
| Constructor and Description |
|---|
ExpressionEvaluationOptionsScopeType() |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionEvaluationOptionsScopeType |
fromString(String name)
Creates or finds a ExpressionEvaluationOptionsScopeType from its string representation.
|
static Collection<ExpressionEvaluationOptionsScopeType> |
values() |
public static final ExpressionEvaluationOptionsScopeType NOT_SPECIFIED
public static final ExpressionEvaluationOptionsScopeType OUTER
public static final ExpressionEvaluationOptionsScopeType INNER
public ExpressionEvaluationOptionsScopeType()
public static ExpressionEvaluationOptionsScopeType fromString(String name)
name - a name to look forpublic static Collection<ExpressionEvaluationOptionsScopeType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/