Uses of Class
com.azure.resourcemanager.frontdoor.models.RulesEngineMatchCondition
Packages that use RulesEngineMatchCondition
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of RulesEngineMatchCondition in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return RulesEngineMatchConditionModifier 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.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type RulesEngineMatchConditionModifier 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.Method parameters in com.azure.resourcemanager.frontdoor.models with type arguments of type RulesEngineMatchConditionModifier 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.