ArmNetworkModelFactory.OwaspCrsExclusionEntry Method
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.
public static Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntry OwaspCrsExclusionEntry(Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntryMatchVariable matchVariable = default, Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntrySelectorMatchOperator selectorMatchOperator = default, string selector = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ExclusionManagedRuleSet> exclusionManagedRuleSets = default);
static member OwaspCrsExclusionEntry : Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntryMatchVariable * Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntrySelectorMatchOperator * string * seq<Azure.ResourceManager.Network.Models.ExclusionManagedRuleSet> -> Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntry
Public Shared Function OwaspCrsExclusionEntry (Optional matchVariable As OwaspCrsExclusionEntryMatchVariable = Nothing, Optional selectorMatchOperator As OwaspCrsExclusionEntrySelectorMatchOperator = Nothing, Optional selector As String = Nothing, Optional exclusionManagedRuleSets As IEnumerable(Of ExclusionManagedRuleSet) = Nothing) As OwaspCrsExclusionEntry
Parameters
- matchVariable
- OwaspCrsExclusionEntryMatchVariable
The variable to be excluded.
- selectorMatchOperator
- OwaspCrsExclusionEntrySelectorMatchOperator
When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.
- selector
- String
When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.
- exclusionManagedRuleSets
- IEnumerable<ExclusionManagedRuleSet>
The managed rule sets that are associated with the exclusion.
Returns
A new OwaspCrsExclusionEntry instance for mocking.