Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayRewriteRule
Packages that use ApplicationGatewayRewriteRule
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayRewriteRule in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayRewriteRuleModifier and TypeMethodDescriptionApplicationGatewayRewriteRule.withActionSet
(ApplicationGatewayRewriteRuleActionSet actionSet) Set set of actions to be done as part of the rewrite Rule.ApplicationGatewayRewriteRule.withConditions
(List<ApplicationGatewayRewriteRuleCondition> conditions) Set conditions based on which the action set execution will be evaluated.Set name of the rewrite rule that is unique within an Application Gateway.ApplicationGatewayRewriteRule.withRuleSequence
(Integer ruleSequence) Set rule Sequence of the rewrite rule that determines the order of execution of a particular rule in a RewriteRuleSet.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayRewriteRuleModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleSet.rewriteRules()
Get rewrite rules in the rewrite rule set.Method parameters in com.microsoft.azure.management.network with type arguments of type ApplicationGatewayRewriteRuleModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleSet.withRewriteRules
(List<ApplicationGatewayRewriteRule> rewriteRules) Set rewrite rules in the rewrite rule set.