java.lang.Object
com.azure.core.util.ExpandableStringEnum<ValueType>
com.azure.resourcemanager.security.models.ValueType

public final class ValueType extends com.azure.core.util.ExpandableStringEnum<ValueType>
The value type of the items in the list.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ValueType
    Static value IpCidr for ValueType.
    static final ValueType
    Static value String for ValueType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static ValueType
    Creates or finds a ValueType from its string representation.
    Gets known ValueType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • IP_CIDR

      public static final ValueType IP_CIDR
      Static value IpCidr for ValueType.
    • STRING

      public static final ValueType STRING
      Static value String for ValueType.
  • Constructor Details

    • ValueType

      public ValueType()
  • Method Details

    • fromString

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

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