Show / Hide Table of Contents

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 Source

IgnoreCase

Perform a case in-sensitive comparison. Defaults to false

Declaration
public readonly bool? IgnoreCase
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Negate

Negate the result of the condition evaluation. Defaults to false

Declaration
public readonly bool? Negate
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

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
View Source

Variable

The variable of the condition.

Declaration
public readonly string Variable
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.