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(OwaspCrsExclusionEntryMatchVariable, OwaspCrsExclusionEntrySelectorMatchOperator, String) |
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(OwaspCrsExclusionEntryMatchVariable, OwaspCrsExclusionEntrySelectorMatchOperator, String)
Initializes a new instance of the OwaspCrsExclusionEntry class.
public OwaspCrsExclusionEntry (Microsoft.Azure.Management.Network.Fluent.Models.OwaspCrsExclusionEntryMatchVariable matchVariable, Microsoft.Azure.Management.Network.Fluent.Models.OwaspCrsExclusionEntrySelectorMatchOperator selectorMatchOperator, string selector);
new Microsoft.Azure.Management.Network.Fluent.Models.OwaspCrsExclusionEntry : Microsoft.Azure.Management.Network.Fluent.Models.OwaspCrsExclusionEntryMatchVariable * Microsoft.Azure.Management.Network.Fluent.Models.OwaspCrsExclusionEntrySelectorMatchOperator * string -> Microsoft.Azure.Management.Network.Fluent.Models.OwaspCrsExclusionEntry
Public Sub New (matchVariable As OwaspCrsExclusionEntryMatchVariable, selectorMatchOperator As OwaspCrsExclusionEntrySelectorMatchOperator, selector As String)
Parameters
- matchVariable
- OwaspCrsExclusionEntryMatchVariable
The variable to be excluded. Possible values include: 'RequestHeaderNames', 'RequestCookieNames', 'RequestArgNames'
- selectorMatchOperator
- OwaspCrsExclusionEntrySelectorMatchOperator
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.
Applies to
Azure SDK for .NET