Uses of Class
com.azure.resourcemanager.frontdoor.models.RulesEngineRule
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of RulesEngineRule in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionRulesEngineInner.rules()
Get the rules property: A list of rules that define a particular Rules Engine Configuration.Modifier and TypeMethodDescriptionRulesEngineInner.withRules
(List<RulesEngineRule> rules) Set the rules property: A list of rules that define a particular Rules Engine Configuration.RulesEngineProperties.withRules
(List<RulesEngineRule> rules) Set the rules property: A list of rules that define a particular Rules Engine Configuration. -
Uses of RulesEngineRule in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionRulesEngineRule.withAction
(RulesEngineAction action) Set the action property: Actions to perform on the request and response if all of the match conditions are met.RulesEngineRule.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.RulesEngineRule.withMatchProcessingBehavior
(MatchProcessingBehavior matchProcessingBehavior) Set the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop.Set the name property: A name to refer to this specific rule.RulesEngineRule.withPriority
(int priority) Set the priority property: A priority assigned to this rule.Modifier and TypeMethodDescriptionRulesEngine.rules()
Gets the rules property: A list of rules that define a particular Rules Engine Configuration.RulesEngineUpdateParameters.rules()
Get the rules property: A list of rules that define a particular Rules Engine Configuration.Modifier and TypeMethodDescriptionRulesEngine.DefinitionStages.WithRules.withRules
(List<RulesEngineRule> rules) Specifies the rules property: A list of rules that define a particular Rules Engine Configuration..RulesEngine.UpdateStages.WithRules.withRules
(List<RulesEngineRule> rules) Specifies the rules property: A list of rules that define a particular Rules Engine Configuration..RulesEngineUpdateParameters.withRules
(List<RulesEngineRule> rules) Set the rules property: A list of rules that define a particular Rules Engine Configuration.