Class ApplicationGatewayWafConfigurationExclusionArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayWafConfigurationExclusionArgs : ResourceArgs
Constructors
View SourceApplicationGatewayWafConfigurationExclusionArgs()
Declaration
public ApplicationGatewayWafConfigurationExclusionArgs()
Properties
View SourceMatchVariable
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> |
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> |
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> |