Class ExceptionEntrySelectorMatchOperator

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

public final class ExceptionEntrySelectorMatchOperator extends com.azure.core.util.ExpandableStringEnum<ExceptionEntrySelectorMatchOperator>
When the matchVariable points to a key-value pair (e.g, RequestHeader), this operates on the selector.
  • Field Details

  • Constructor Details

    • ExceptionEntrySelectorMatchOperator

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

    • fromString

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

      Gets known ExceptionEntrySelectorMatchOperator values.
      Returns:
      known ExceptionEntrySelectorMatchOperator values.