Class ApplicationGatewayWafConfigurationExclusion
Inheritance
System.Object
ApplicationGatewayWafConfigurationExclusion
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 ApplicationGatewayWafConfigurationExclusion
Fields
View SourceMatchVariable
Match variable of the exclusion rule to exclude header, cookie or GET arguments. Possible values are RequestHeaderNames, RequestArgNames and RequestCookieNames
Declaration
public readonly string MatchVariable
Field Value
| Type | Description |
|---|---|
| System.String |
Selector
String value which will be used for the filter operation. If empty will exclude all traffic on this match_variable
Declaration
public readonly string Selector
Field Value
| Type | Description |
|---|---|
| System.String |
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 readonly string SelectorMatchOperator
Field Value
| Type | Description |
|---|---|
| System.String |