Show / Hide Table of Contents

Class ApplicationGatewayWafConfigurationExclusionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationGatewayWafConfigurationExclusionArgs
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 ApplicationGatewayWafConfigurationExclusionArgs : ResourceArgs

Constructors

View Source

ApplicationGatewayWafConfigurationExclusionArgs()

Declaration
public ApplicationGatewayWafConfigurationExclusionArgs()

Properties

View Source

MatchVariable

Match variable of the exclusion rule to exclude header, cookie or GET arguments. Possible values are RequestHeaderNames, RequestArgNames and RequestCookieNames

Declaration
public Input<string> MatchVariable { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Selector

String value which will be used for the filter operation. If empty will exclude all traffic on this match_variable

Declaration
public Input<string> Selector { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SelectorMatchOperator

Operator which will be used to search in the variable content. Possible values are Equals, StartsWith, EndsWith, Contains. If empty will exclude all traffic on this match_variable

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