Class ApplicationGatewayRewriteRuleSetRewriteRuleCondition
Inheritance
System.Object
ApplicationGatewayRewriteRuleSetRewriteRuleCondition
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayRewriteRuleSetRewriteRuleCondition
Fields
View SourceIgnoreCase
Perform a case in-sensitive comparison. Defaults to false
Declaration
public readonly bool? IgnoreCase
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Negate
Negate the result of the condition evaluation. Defaults to false
Declaration
public readonly bool? Negate
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Pattern
The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.
Declaration
public readonly string Pattern
Field Value
| Type | Description |
|---|---|
| System.String |
Variable
The variable of the condition.
Declaration
public readonly string Variable
Field Value
| Type | Description |
|---|---|
| System.String |