Show / Hide Table of Contents

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 Source

MatchVariable

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
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 readonly string Selector
Field Value
Type Description
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 readonly string SelectorMatchOperator
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.