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>
Defines values for AliasPathAttributes.
-
-
Field Summary
Fields Modifier and Type Field Description static AliasPathAttributesMODIFIABLEStatic value Modifiable for AliasPathAttributes.static AliasPathAttributesNONEStatic value None for AliasPathAttributes.
-
Constructor Summary
Constructors Constructor Description AliasPathAttributes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AliasPathAttributesfromString(String name)Creates or finds a AliasPathAttributes from its string representation.static Collection<AliasPathAttributes>values()
-
-
-
Field Detail
-
NONE
public static final AliasPathAttributes NONE
Static value None for AliasPathAttributes.
-
MODIFIABLE
public static final AliasPathAttributes MODIFIABLE
Static value Modifiable for AliasPathAttributes.
-
-
Method Detail
-
fromString
public static AliasPathAttributes fromString(String name)
Creates or finds a AliasPathAttributes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AliasPathAttributes.
-
values
public static Collection<AliasPathAttributes> values()
- Returns:
- known AliasPathAttributes values.
-
-