ApplicationGatewayFirewallExclusion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allow to exclude some variable satisfy the condition for the WAF check.
public class ApplicationGatewayFirewallExclusion
type ApplicationGatewayFirewallExclusion = class
Public Class ApplicationGatewayFirewallExclusion
- Inheritance
-
ApplicationGatewayFirewallExclusion
Constructors
| Name | Description |
|---|---|
| ApplicationGatewayFirewallExclusion() |
Initializes a new instance of the ApplicationGatewayFirewallExclusion class. |
| ApplicationGatewayFirewallExclusion(String, String, String) |
Initializes a new instance of the ApplicationGatewayFirewallExclusion class. |
Properties
| Name | Description |
|---|---|
| MatchVariable |
Gets or sets the variable to be excluded. |
| Selector |
Gets or sets when matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to. |
| SelectorMatchOperator |
Gets or sets when matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |