Class AliasPathAttributes

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AliasPathAttributes>
com.azure.resourcemanager.resources.models.AliasPathAttributes
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class AliasPathAttributes extends com.azure.core.util.ExpandableStringEnum<AliasPathAttributes>
The attributes of the token that the alias path is referring to.
  • Field Details

    • NONE

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

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

    • AliasPathAttributes

      @Deprecated public AliasPathAttributes()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of AliasPathAttributes value.
  • Method Details

    • 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()
      Gets known AliasPathAttributes values.
      Returns:
      known AliasPathAttributes values.