OwaspCrsExclusionEntry 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 OwaspCrsExclusionEntry : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntry>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntry>
public class OwaspCrsExclusionEntry
type OwaspCrsExclusionEntry = class
interface IJsonModel<OwaspCrsExclusionEntry>
interface IPersistableModel<OwaspCrsExclusionEntry>
type OwaspCrsExclusionEntry = class
Public Class OwaspCrsExclusionEntry
Implements IJsonModel(Of OwaspCrsExclusionEntry), IPersistableModel(Of OwaspCrsExclusionEntry)
Public Class OwaspCrsExclusionEntry
- Inheritance
-
OwaspCrsExclusionEntry
- Implements
Constructors
OwaspCrsExclusionEntry(OwaspCrsExclusionEntryMatchVariable, OwaspCrsExclusionEntrySelectorMatchOperator, String) |
Initializes a new instance of OwaspCrsExclusionEntry. |
Properties
ExclusionManagedRuleSets |
The managed rule sets that are associated with the exclusion. |
MatchVariable |
The variable to be excluded. |
Selector |
When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to. |
SelectorMatchOperator |
When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to. |
Explicit Interface Implementations
IJsonModel<OwaspCrsExclusionEntry>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OwaspCrsExclusionEntry>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OwaspCrsExclusionEntry>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OwaspCrsExclusionEntry>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OwaspCrsExclusionEntry>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |