Class AliasPathAttributes
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AliasPathAttributes>
com.azure.resourcemanager.resources.models.AliasPathAttributes
public final class AliasPathAttributes
extends com.azure.core.util.ExpandableStringEnum<AliasPathAttributes>
The attributes of the token that the alias path is referring to.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AliasPathAttributesStatic value Modifiable for AliasPathAttributes.static final AliasPathAttributesStatic value None for AliasPathAttributes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AliasPathAttributesfromString(String name) Creates or finds a AliasPathAttributes from its string representation.static Collection<AliasPathAttributes>values()Gets known AliasPathAttributes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value None for AliasPathAttributes. -
MODIFIABLE
Static value Modifiable for AliasPathAttributes.
-
-
Constructor Details
-
AliasPathAttributes
Deprecated.Use thefromString(String)factory method.Creates a new instance of AliasPathAttributes value.
-
-
Method Details
-
fromString
Creates or finds a AliasPathAttributes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AliasPathAttributes.
-
values
Gets known AliasPathAttributes values.- Returns:
- known AliasPathAttributes values.
-
fromString(String)factory method.