Class AliasPathTokenType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AliasPathTokenType>
com.azure.resourcemanager.resources.models.AliasPathTokenType

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

    • NOT_SPECIFIED

      public static final AliasPathTokenType NOT_SPECIFIED
      Static value NotSpecified for AliasPathTokenType.
    • ANY

      public static final AliasPathTokenType ANY
      Static value Any for AliasPathTokenType.
    • STRING

      public static final AliasPathTokenType STRING
      Static value String for AliasPathTokenType.
    • OBJECT

      public static final AliasPathTokenType OBJECT
      Static value Object for AliasPathTokenType.
    • ARRAY

      public static final AliasPathTokenType ARRAY
      Static value Array for AliasPathTokenType.
    • INTEGER

      public static final AliasPathTokenType INTEGER
      Static value Integer for AliasPathTokenType.
    • NUMBER

      public static final AliasPathTokenType NUMBER
      Static value Number for AliasPathTokenType.
    • BOOLEAN

      public static final AliasPathTokenType BOOLEAN
      Static value Boolean for AliasPathTokenType.
  • Constructor Details

    • AliasPathTokenType

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

    • fromString

      public static AliasPathTokenType fromString(String name)
      Creates or finds a AliasPathTokenType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding AliasPathTokenType.
    • values

      public static Collection<AliasPathTokenType> values()
      Gets known AliasPathTokenType values.
      Returns:
      known AliasPathTokenType values.