Class AliasPathTokenType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AliasPathTokenType>
com.azure.resourcemanager.resources.models.AliasPathTokenType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AliasPathTokenType
extends com.azure.core.util.ExpandableStringEnum<AliasPathTokenType>
The type of the token that the alias path is referring to.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AliasPathTokenTypeStatic value Any for AliasPathTokenType.static final AliasPathTokenTypeStatic value Array for AliasPathTokenType.static final AliasPathTokenTypeStatic value Boolean for AliasPathTokenType.static final AliasPathTokenTypeStatic value Integer for AliasPathTokenType.static final AliasPathTokenTypeStatic value NotSpecified for AliasPathTokenType.static final AliasPathTokenTypeStatic value Number for AliasPathTokenType.static final AliasPathTokenTypeStatic value Object for AliasPathTokenType.static final AliasPathTokenTypeStatic value String for AliasPathTokenType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AliasPathTokenTypefromString(String name) Creates or finds a AliasPathTokenType from its string representation.static Collection<AliasPathTokenType> values()Gets known AliasPathTokenType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NOT_SPECIFIED
Static value NotSpecified for AliasPathTokenType. -
ANY
Static value Any for AliasPathTokenType. -
STRING
Static value String for AliasPathTokenType. -
OBJECT
Static value Object for AliasPathTokenType. -
ARRAY
Static value Array for AliasPathTokenType. -
INTEGER
Static value Integer for AliasPathTokenType. -
NUMBER
Static value Number for AliasPathTokenType. -
BOOLEAN
Static value Boolean for AliasPathTokenType.
-
-
Constructor Details
-
AliasPathTokenType
Deprecated.Use thefromString(String)factory method.Creates a new instance of AliasPathTokenType value.
-
-
Method Details
-
fromString
Creates or finds a AliasPathTokenType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AliasPathTokenType.
-
values
Gets known AliasPathTokenType values.- Returns:
- known AliasPathTokenType values.
-
fromString(String)factory method.