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

public final class RuleType extends com.azure.core.util.ExpandableStringEnum<RuleType>
Describes type of rule.
  • Field Details

    • MATCH_RULE

      public static final RuleType MATCH_RULE
      Static value MatchRule for RuleType.
    • RATE_LIMIT_RULE

      public static final RuleType RATE_LIMIT_RULE
      Static value RateLimitRule for RuleType.
  • Constructor Details

  • Method Details

    • fromString

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

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