Class SocketAddrOperator


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

      • ANY

        public static final SocketAddrOperator ANY
        Static value Any for SocketAddrOperator.
      • IPMATCH

        public static final SocketAddrOperator IPMATCH
        Static value IPMatch for SocketAddrOperator.
    • Constructor Detail

      • SocketAddrOperator

        public SocketAddrOperator()
    • Method Detail

      • fromString

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