ExpressionEvaluationOptionsScopeType Klasse
- 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>
Definiert Werte für ExpressionEvaluationOptionsScopeType.
Feldzusammenfassung
Modifizierer und Typ | Feld und Beschreibung |
---|---|
static final
Expression |
INNER
Statischer Wert Inner für Ausdrucksauswertungsoptionen |
static final
Expression |
NOT_SPECIFIED
Statischer Wert für den Bereichstyp |
static final
Expression |
OUTER
Statischer Wert Outer für Ausdrucksauswertungsoptionen |
Zusammenfassung zum Konstruktor
Konstruktor | Beschreibung | |
---|---|---|
ExpressionEvaluationOptionsScopeType() |
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
static
Expression |
fromString(String name)
Erstellt oder sucht einen Ausdrucksauswertungsoptionen-Bereichstyp |
static
java.util.Collection<Expression |
values() |
Geerbte Methoden von com.microsoft.rest.ExpandableStringEnum
Geerbte Methoden von java.lang.Object
Felddetails
INNER
public static final ExpressionEvaluationOptionsScopeType INNER
Statischer Wert Inner für ExpressionEvaluationOptionsScopeType.
NOT_SPECIFIED
public static final ExpressionEvaluationOptionsScopeType NOT_SPECIFIED
Statischer Wert NotSpecified für ExpressionEvaluationOptionsScopeType.
OUTER
public static final ExpressionEvaluationOptionsScopeType OUTER
Statischer Wert Outer für ExpressionEvaluationOptionsScopeType.
Details zum Konstruktor
ExpressionEvaluationOptionsScopeType
public ExpressionEvaluationOptionsScopeType()
Details zur Methode
fromString
public static ExpressionEvaluationOptionsScopeType fromString(String name)
Erstellt oder sucht einen ExpressionEvaluationOptionsScopeType aus seiner Zeichenfolgendarstellung.
Parameters:
Returns:
values
public static Collection
Returns:
Gilt für:
Azure SDK for Java