Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayRewriteRule
Packages that use ApplicationGatewayRewriteRule
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ApplicationGatewayRewriteRuleModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleSetPropertiesFormat.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 ApplicationGatewayRewriteRuleModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleSetPropertiesFormat.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 ApplicationGatewayRewriteRuleModifier and TypeMethodDescriptionApplicationGatewayRewriteRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayRewriteRule from the JsonReader.ApplicationGatewayRewriteRule.withActionSet(ApplicationGatewayRewriteRuleActionSet actionSet) Set the actionSet property: Set of actions to be done as part of the rewrite Rule.ApplicationGatewayRewriteRule.withConditions(List<ApplicationGatewayRewriteRuleCondition> conditions) Set the conditions property: Conditions based on which the action set execution will be evaluated.Set the name property: Name of the rewrite rule that is unique within an Application Gateway.ApplicationGatewayRewriteRule.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 ApplicationGatewayRewriteRuleModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleSet.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 ApplicationGatewayRewriteRuleModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleSet.withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules) Set the rewriteRules property: Rewrite rules in the rewrite rule set.