Share via


OwaspCrsExclusionEntrySelectorMatchOperator Struct

Definition

When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.

public readonly struct OwaspCrsExclusionEntrySelectorMatchOperator : IEquatable<Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntrySelectorMatchOperator>
type OwaspCrsExclusionEntrySelectorMatchOperator = struct
Public Structure OwaspCrsExclusionEntrySelectorMatchOperator
Implements IEquatable(Of OwaspCrsExclusionEntrySelectorMatchOperator)
Inheritance
OwaspCrsExclusionEntrySelectorMatchOperator
Implements

Constructors

OwaspCrsExclusionEntrySelectorMatchOperator(String)

Initializes a new instance of OwaspCrsExclusionEntrySelectorMatchOperator.

Properties

Contains

Contains.

EndsWith

EndsWith.

EqualsAny

EqualsAny.

EqualsValue

Equals.

StartsWith

StartsWith.

Methods

Equals(OwaspCrsExclusionEntrySelectorMatchOperator)

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

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.

Applies to