Uses of Class
com.azure.resourcemanager.frontdoor.models.MatchCondition
Packages that use MatchCondition
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of MatchCondition in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return MatchConditionModifier 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.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type MatchConditionModifier and TypeMethodDescriptionCustomRule.matchConditions()Get the matchConditions property: List of match conditions.Method parameters in com.azure.resourcemanager.frontdoor.models with type arguments of type MatchConditionModifier and TypeMethodDescriptionCustomRule.withMatchConditions(List<MatchCondition> matchConditions) Set the matchConditions property: List of match conditions.