Class AliasPathAttributes
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<AliasPathAttributes>
com.microsoft.azure.management.resources.AliasPathAttributes
public final class AliasPathAttributes
extends com.microsoft.rest.ExpandableStringEnum<AliasPathAttributes>
Defines values for AliasPathAttributes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AliasPathAttributes
Static value Modifiable for AliasPathAttributes.static final AliasPathAttributes
Static value None for AliasPathAttributes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AliasPathAttributes
fromString
(String name) Creates or finds a AliasPathAttributes from its string representation.static Collection<AliasPathAttributes>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
NONE
Static value None for AliasPathAttributes. -
MODIFIABLE
Static value Modifiable for AliasPathAttributes.
-
-
Constructor Details
-
AliasPathAttributes
public AliasPathAttributes()
-
-
Method Details
-
fromString
Creates or finds a AliasPathAttributes from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding AliasPathAttributes
-
values
- Returns:
- known AliasPathAttributes values
-