| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRewriteRuleCondition |
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 |
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 |
ApplicationGatewayRewriteRuleCondition.withPattern(String pattern)
Set the pattern property: The pattern, either fixed string or regular expression, that evaluates the truthfulness
of the condition.
|
ApplicationGatewayRewriteRuleCondition |
ApplicationGatewayRewriteRuleCondition.withVariable(String variable)
Set the variable property: The condition parameter of the RewriteRuleCondition.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.