Class MatchProcessingBehavior

java.lang.Object
com.azure.core.util.ExpandableStringEnum<MatchProcessingBehavior>
com.azure.resourcemanager.frontdoor.models.MatchProcessingBehavior

public final class MatchProcessingBehavior extends com.azure.core.util.ExpandableStringEnum<MatchProcessingBehavior>
If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.
  • Field Details

  • Constructor Details

    • MatchProcessingBehavior

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

    • fromString

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

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