Class ApplicationGatewayRewriteRuleSetRewriteRuleConditionArgs
Inheritance
System.Object
ApplicationGatewayRewriteRuleSetRewriteRuleConditionArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayRewriteRuleSetRewriteRuleConditionArgs : ResourceArgs
Constructors
View SourceApplicationGatewayRewriteRuleSetRewriteRuleConditionArgs()
Declaration
public ApplicationGatewayRewriteRuleSetRewriteRuleConditionArgs()
Properties
View SourceIgnoreCase
Perform a case in-sensitive comparison. Defaults to false
Declaration
public Input<bool> IgnoreCase { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Negate
Negate the result of the condition evaluation. Defaults to false
Declaration
public Input<bool> Negate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Pattern
The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.
Declaration
public Input<string> Pattern { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Variable
The variable of the condition.
Declaration
public Input<string> Variable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |