Show / Hide Table of Contents

Class ApplicationGatewayRewriteRuleSetRewriteRuleConditionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationGatewayRewriteRuleSetRewriteRuleConditionArgs
Inherited Members
ResourceArgs.Empty
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 Source

ApplicationGatewayRewriteRuleSetRewriteRuleConditionArgs()

Declaration
public ApplicationGatewayRewriteRuleSetRewriteRuleConditionArgs()

Properties

View Source

IgnoreCase

Perform a case in-sensitive comparison. Defaults to false

Declaration
public Input<bool> IgnoreCase { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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

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

Variable

The variable of the condition.

Declaration
public Input<string> Variable { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.