ArmNetworkModelFactory.ApplicationGatewayRewriteRuleCondition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Network.Models.ApplicationGatewayRewriteRuleCondition ApplicationGatewayRewriteRuleCondition(string variable = default, string pattern = default, bool? ignoreCase = default, bool? negate = default);
static member ApplicationGatewayRewriteRuleCondition : string * string * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.Network.Models.ApplicationGatewayRewriteRuleCondition
Public Shared Function ApplicationGatewayRewriteRuleCondition (Optional variable As String = Nothing, Optional pattern As String = Nothing, Optional ignoreCase As Nullable(Of Boolean) = Nothing, Optional negate As Nullable(Of Boolean) = Nothing) As ApplicationGatewayRewriteRuleCondition
Parameters
- variable
- String
The condition parameter of the RewriteRuleCondition.
- pattern
- String
The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.
Setting this parameter to truth value with force the pattern to do a case in-sensitive comparison.
Setting this value as truth will force to check the negation of the condition given by the user.
Returns
A new ApplicationGatewayRewriteRuleCondition instance for mocking.