Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayRewriteRule
-
Packages that use ApplicationGatewayRewriteRule Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayRewriteRule in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayRewriteRule Modifier and Type Method Description List<ApplicationGatewayRewriteRule>ApplicationGatewayRewriteRuleSetPropertiesFormat. rewriteRules()Get the rewriteRules property: Rewrite rules in the rewrite rule set.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayRewriteRule Modifier and Type Method Description ApplicationGatewayRewriteRuleSetPropertiesFormatApplicationGatewayRewriteRuleSetPropertiesFormat. withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules)Set the rewriteRules property: Rewrite rules in the rewrite rule set. -
Uses of ApplicationGatewayRewriteRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayRewriteRule Modifier and Type Method Description ApplicationGatewayRewriteRuleApplicationGatewayRewriteRule. withActionSet(ApplicationGatewayRewriteRuleActionSet actionSet)Set the actionSet property: Set of actions to be done as part of the rewrite Rule.ApplicationGatewayRewriteRuleApplicationGatewayRewriteRule. withConditions(List<ApplicationGatewayRewriteRuleCondition> conditions)Set the conditions property: Conditions based on which the action set execution will be evaluated.ApplicationGatewayRewriteRuleApplicationGatewayRewriteRule. withName(String name)Set the name property: Name of the rewrite rule that is unique within an Application Gateway.ApplicationGatewayRewriteRuleApplicationGatewayRewriteRule. withRuleSequence(Integer ruleSequence)Set the ruleSequence property: Rule Sequence of the rewrite rule that determines the order of execution of a particular rule in a RewriteRuleSet.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayRewriteRule Modifier and Type Method Description List<ApplicationGatewayRewriteRule>ApplicationGatewayRewriteRuleSet. rewriteRules()Get the rewriteRules property: Rewrite rules in the rewrite rule set.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayRewriteRule Modifier and Type Method Description ApplicationGatewayRewriteRuleSetApplicationGatewayRewriteRuleSet. withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules)Set the rewriteRules property: Rewrite rules in the rewrite rule set.
-