OwaspCrsExclusionEntrySelectorMatchOperator 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.
When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.
public struct OwaspCrsExclusionEntrySelectorMatchOperator : IEquatable<Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntrySelectorMatchOperator>
type OwaspCrsExclusionEntrySelectorMatchOperator = struct
Public Structure OwaspCrsExclusionEntrySelectorMatchOperator
Implements IEquatable(Of OwaspCrsExclusionEntrySelectorMatchOperator)
- Inheritance
-
System.ValueTypeOwaspCrsExclusionEntrySelectorMatchOperator
- Implements
-
System.IEquatable<OwaspCrsExclusionEntrySelectorMatchOperator>
Constructors
OwaspCrsExclusionEntrySelectorMatchOperator(String) |
Determines if two OwaspCrsExclusionEntrySelectorMatchOperator values are the same. |
Properties
Contains |
Contains. |
EndsWith |
EndsWith. |
EqualsAny |
EqualsAny. |
EqualsValue |
Equals. |
StartsWith |
StartsWith. |
Methods
Equals(OwaspCrsExclusionEntrySelectorMatchOperator) | System.IEquatable`1.Equals(`0) |
ToString() | System.IEquatable`1.ToString |
Operators
Equality(OwaspCrsExclusionEntrySelectorMatchOperator, OwaspCrsExclusionEntrySelectorMatchOperator) |
Determines if two OwaspCrsExclusionEntrySelectorMatchOperator values are the same. |
Implicit(String to OwaspCrsExclusionEntrySelectorMatchOperator) |
Converts a string to a OwaspCrsExclusionEntrySelectorMatchOperator. |
Inequality(OwaspCrsExclusionEntrySelectorMatchOperator, OwaspCrsExclusionEntrySelectorMatchOperator) |
Determines if two OwaspCrsExclusionEntrySelectorMatchOperator values are not the same. |