Uses of Class
com.azure.resourcemanager.frontdoor.models.RulesEngineRule
Packages that use 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
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return types with arguments of type RulesEngineRuleModifier and TypeMethodDescriptionRulesEngineInner.rules()Get the rules property: A list of rules that define a particular Rules Engine Configuration.Method parameters in com.azure.resourcemanager.frontdoor.fluent.models with type arguments of type RulesEngineRuleModifier 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
Methods in com.azure.resourcemanager.frontdoor.models that return RulesEngineRuleModifier 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.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type RulesEngineRuleModifier 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.Method parameters in com.azure.resourcemanager.frontdoor.models with type arguments of type RulesEngineRuleModifier 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.