Uses of Class
com.azure.resourcemanager.frontdoor.models.RulesEngineMatchCondition
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of RulesEngineMatchCondition in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionRulesEngineMatchCondition.withNegateCondition
(Boolean negateCondition) Set the negateCondition property: Describes if this is negate condition or not.RulesEngineMatchCondition.withRulesEngineMatchValue
(List<String> rulesEngineMatchValue) Set the rulesEngineMatchValue property: Match values to match against.RulesEngineMatchCondition.withRulesEngineMatchVariable
(RulesEngineMatchVariable rulesEngineMatchVariable) Set the rulesEngineMatchVariable property: Match Variable.RulesEngineMatchCondition.withRulesEngineOperator
(RulesEngineOperator rulesEngineOperator) Set the rulesEngineOperator property: Describes operator to apply to the match condition.RulesEngineMatchCondition.withSelector
(String selector) Set the selector property: Name of selector in RequestHeader or RequestBody to be matched.RulesEngineMatchCondition.withTransforms
(List<Transform> transforms) Set the transforms property: List of transforms.Modifier and TypeMethodDescriptionRulesEngineRule.matchConditions()
Get the matchConditions property: A list of match conditions that must meet in order for the actions of this rule to run.Modifier and TypeMethodDescriptionRulesEngineRule.withMatchConditions
(List<RulesEngineMatchCondition> matchConditions) Set the matchConditions property: A list of match conditions that must meet in order for the actions of this rule to run.