OwaspCrsExclusionEntry Constructors
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.
Overloads
OwaspCrsExclusionEntry() |
Initializes a new instance of the OwaspCrsExclusionEntry class. |
OwaspCrsExclusionEntry(String, String, String, IList<ExclusionManagedRuleSet>) |
Initializes a new instance of the OwaspCrsExclusionEntry class. |
OwaspCrsExclusionEntry()
Initializes a new instance of the OwaspCrsExclusionEntry class.
public OwaspCrsExclusionEntry ();
Public Sub New ()
Applies to
OwaspCrsExclusionEntry(String, String, String, IList<ExclusionManagedRuleSet>)
Initializes a new instance of the OwaspCrsExclusionEntry class.
public OwaspCrsExclusionEntry (string matchVariable, string selectorMatchOperator, string selector, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExclusionManagedRuleSet> exclusionManagedRuleSets = default);
new Microsoft.Azure.Management.Network.Models.OwaspCrsExclusionEntry : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExclusionManagedRuleSet> -> Microsoft.Azure.Management.Network.Models.OwaspCrsExclusionEntry
Public Sub New (matchVariable As String, selectorMatchOperator As String, selector As String, Optional exclusionManagedRuleSets As IList(Of ExclusionManagedRuleSet) = Nothing)
Parameters
- matchVariable
- String
The variable to be excluded. Possible values include: 'RequestHeaderNames', 'RequestCookieNames', 'RequestArgNames', 'RequestHeaderKeys', 'RequestHeaderValues', 'RequestCookieKeys', 'RequestCookieValues', 'RequestArgKeys', 'RequestArgValues'
- selectorMatchOperator
- String
When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to. Possible values include: 'Equals', 'Contains', 'StartsWith', 'EndsWith', 'EqualsAny'
- selector
- String
When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.
- exclusionManagedRuleSets
- IList<ExclusionManagedRuleSet>
The managed rule sets that are associated with the exclusion.
Applies to
Azure SDK for .NET