Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayRewriteRuleCondition
-
Packages that use ApplicationGatewayRewriteRuleCondition Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayRewriteRuleCondition in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayRewriteRuleCondition Modifier and Type Method Description ApplicationGatewayRewriteRuleConditionApplicationGatewayRewriteRuleCondition. withIgnoreCase(Boolean ignoreCase)Set the ignoreCase property: Setting this parameter to truth value with force the pattern to do a case in-sensitive comparison.ApplicationGatewayRewriteRuleConditionApplicationGatewayRewriteRuleCondition. withNegate(Boolean negate)Set the negate property: Setting this value as truth will force to check the negation of the condition given by the user.ApplicationGatewayRewriteRuleConditionApplicationGatewayRewriteRuleCondition. withPattern(String pattern)Set the pattern property: The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.ApplicationGatewayRewriteRuleConditionApplicationGatewayRewriteRuleCondition. withVariable(String variable)Set the variable property: The condition parameter of the RewriteRuleCondition.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayRewriteRuleCondition Modifier and Type Method Description List<ApplicationGatewayRewriteRuleCondition>ApplicationGatewayRewriteRule. conditions()Get the conditions property: Conditions based on which the action set execution will be evaluated.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayRewriteRuleCondition Modifier and Type Method Description ApplicationGatewayRewriteRuleApplicationGatewayRewriteRule. withConditions(List<ApplicationGatewayRewriteRuleCondition> conditions)Set the conditions property: Conditions based on which the action set execution will be evaluated.
-