Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition
Packages that use ApplicationGatewayRewriteRuleCondition
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayRewriteRuleCondition in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayRewriteRuleConditionModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleCondition.withIgnoreCase
(Boolean ignoreCase) Set setting this paramter to truth value with force the pattern to do a case in-sensitive comparison.ApplicationGatewayRewriteRuleCondition.withNegate
(Boolean negate) Set setting this value as truth will force to check the negation of the condition given by the user.ApplicationGatewayRewriteRuleCondition.withPattern
(String pattern) Set the pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.ApplicationGatewayRewriteRuleCondition.withVariable
(String variable) Set the condition parameter of the RewriteRuleCondition.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayRewriteRuleConditionModifier and TypeMethodDescriptionApplicationGatewayRewriteRule.conditions()
Get conditions based on which the action set execution will be evaluated.Method parameters in com.microsoft.azure.management.network with type arguments of type ApplicationGatewayRewriteRuleConditionModifier and TypeMethodDescriptionApplicationGatewayRewriteRule.withConditions
(List<ApplicationGatewayRewriteRuleCondition> conditions) Set conditions based on which the action set execution will be evaluated.