OwaspCrsExclusionEntryMatchVariable Struct
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.
The variable to be excluded.
public readonly struct OwaspCrsExclusionEntryMatchVariable : IEquatable<Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntryMatchVariable>
type OwaspCrsExclusionEntryMatchVariable = struct
Public Structure OwaspCrsExclusionEntryMatchVariable
Implements IEquatable(Of OwaspCrsExclusionEntryMatchVariable)
- Inheritance
-
OwaspCrsExclusionEntryMatchVariable
- Implements
Constructors
| Name | Description |
|---|---|
| OwaspCrsExclusionEntryMatchVariable(String) |
Initializes a new instance of OwaspCrsExclusionEntryMatchVariable. |
Properties
| Name | Description |
|---|---|
| RequestArgKeys |
RequestArgKeys. |
| RequestArgNames |
RequestArgNames. |
| RequestArgValues |
RequestArgValues. |
| RequestCookieKeys |
RequestCookieKeys. |
| RequestCookieNames |
RequestCookieNames. |
| RequestCookieValues |
RequestCookieValues. |
| RequestHeaderKeys |
RequestHeaderKeys. |
| RequestHeaderNames |
RequestHeaderNames. |
| RequestHeaderValues |
RequestHeaderValues. |
Methods
| Name | Description |
|---|---|
| Equals(OwaspCrsExclusionEntryMatchVariable) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(OwaspCrsExclusionEntryMatchVariable, OwaspCrsExclusionEntryMatchVariable) |
Determines if two OwaspCrsExclusionEntryMatchVariable values are the same. |
| Implicit(String to OwaspCrsExclusionEntryMatchVariable) |
Converts a String to a OwaspCrsExclusionEntryMatchVariable. |
| Inequality(OwaspCrsExclusionEntryMatchVariable, OwaspCrsExclusionEntryMatchVariable) |
Determines if two OwaspCrsExclusionEntryMatchVariable values are not the same. |