Uses of Class
com.azure.resourcemanager.frontdoor.models.MatchCondition
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of MatchCondition in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionMatchCondition.withMatchValue
(List<String> matchValue) Set the matchValue property: List of possible match values.MatchCondition.withMatchVariable
(MatchVariable matchVariable) Set the matchVariable property: Request variable to compare with.MatchCondition.withNegateCondition
(Boolean negateCondition) Set the negateCondition property: Describes if the result of this condition should be negated.MatchCondition.withOperator
(Operator operator) Set the operator property: Comparison type to use for matching with the variable value.MatchCondition.withSelector
(String selector) Set the selector property: Match against a specific key from the QueryString, PostArgs, RequestHeader or Cookies variables.MatchCondition.withTransforms
(List<TransformType> transforms) Set the transforms property: List of transforms.Modifier and TypeMethodDescriptionCustomRule.matchConditions()
Get the matchConditions property: List of match conditions.Modifier and TypeMethodDescriptionCustomRule.withMatchConditions
(List<MatchCondition> matchConditions) Set the matchConditions property: List of match conditions.