AliasPathTokenType Klasse
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. resources. AliasPathTokenType
- com.
- com.
public final class AliasPathTokenType
extends com.microsoft.rest.ExpandableStringEnum<AliasPathTokenType>
Definiert Werte für AliasPathTokenType.
Feldzusammenfassung
Modifizierer und Typ | Feld und Beschreibung |
---|---|
static final
Alias |
ANY
Statischer Wert Any für Aliaspfadtokentyp |
static final
Alias |
ARRAY
Statischer Wert Array für Aliaspfadtokentyp |
static final
Alias |
BOOLEAN
Statischer Wert Boolean für Aliaspfadtokentyp |
static final
Alias |
INTEGER
Statischer Wert Integer für Aliaspfadtokentyp |
static final
Alias |
NOT_SPECIFIED
Statischer Wert nicht |
static final
Alias |
NUMBER
Statischer Wert Number für Aliaspfadtokentyp |
static final
Alias |
OBJECT
Statisches Wertobjekt für Aliaspfadtokentyp |
static final
Alias |
STRING
Statischer Wert Zeichenfolge für Aliaspfadtokentyp |
Zusammenfassung zum Konstruktor
Konstruktor | Beschreibung | |
---|---|---|
AliasPathTokenType() |
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
static
Alias |
fromString(String name)
Erstellt oder findet einen Aliaspfadtokentyp |
static
java.util.Collection<Alias |
values() |
Geerbte Methoden von com.microsoft.rest.ExpandableStringEnum
Geerbte Methoden von java.lang.Object
Felddetails
ANY
public static final AliasPathTokenType ANY
Statischer Wert Any für AliasPathTokenType.
ARRAY
public static final AliasPathTokenType ARRAY
Statischer Wert Array für AliasPathTokenType.
BOOLEAN
public static final AliasPathTokenType BOOLEAN
Statischer Wert Boolean für AliasPathTokenType.
INTEGER
public static final AliasPathTokenType INTEGER
Statischer Wert Integer für AliasPathTokenType.
NOT_SPECIFIED
public static final AliasPathTokenType NOT_SPECIFIED
Statischer Wert NotSpecified für AliasPathTokenType.
NUMBER
public static final AliasPathTokenType NUMBER
Statischer Wert Number für AliasPathTokenType.
OBJECT
public static final AliasPathTokenType OBJECT
Statischer Wert Object für AliasPathTokenType.
STRING
public static final AliasPathTokenType STRING
Statischer Wert String für AliasPathTokenType.
Details zum Konstruktor
AliasPathTokenType
public AliasPathTokenType()
Details zur Methode
fromString
public static AliasPathTokenType fromString(String name)
Erstellt oder sucht einen AliasPathTokenType aus seiner Zeichenfolgendarstellung.
Parameters:
Returns:
values
public static Collection
Returns:
Gilt für:
Azure SDK for Java