Class AliasPathAttributes


  • public final class AliasPathAttributes
    extends com.azure.core.util.ExpandableStringEnum<AliasPathAttributes>
    Defines values for AliasPathAttributes.
    • Field Detail

      • NONE

        public static final AliasPathAttributes NONE
        Static value None for AliasPathAttributes.
      • MODIFIABLE

        public static final AliasPathAttributes MODIFIABLE
        Static value Modifiable for AliasPathAttributes.
    • Constructor Detail

      • AliasPathAttributes

        public 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.