Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayRewriteRuleCondition
Packages that use ApplicationGatewayRewriteRuleCondition
Package
Description
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 ApplicationGatewayRewriteRuleConditionModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleCondition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayRewriteRuleCondition from the JsonReader.ApplicationGatewayRewriteRuleCondition.withIgnoreCase(Boolean ignoreCase) Set the ignoreCase property: Setting this parameter to truth value with force the pattern to do a case in-sensitive comparison.ApplicationGatewayRewriteRuleCondition.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.ApplicationGatewayRewriteRuleCondition.withPattern(String pattern) Set the pattern property: The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.ApplicationGatewayRewriteRuleCondition.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 ApplicationGatewayRewriteRuleConditionModifier and TypeMethodDescriptionApplicationGatewayRewriteRule.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 ApplicationGatewayRewriteRuleConditionModifier and TypeMethodDescriptionApplicationGatewayRewriteRule.withConditions(List<ApplicationGatewayRewriteRuleCondition> conditions) Set the conditions property: Conditions based on which the action set execution will be evaluated.