ManagedRuleExclusionSelectorMatchOperator Struct

Definition

Comparison operator to apply to the selector when specifying which elements in the collection this exclusion applies to.

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

Constructors

ManagedRuleExclusionSelectorMatchOperator(String)

Initializes a new instance of ManagedRuleExclusionSelectorMatchOperator.

Properties

Contains

Contains.

EndsWith

EndsWith.

EqualsAny

EqualsAny.

EqualsValue

Equals.

StartsWith

StartsWith.

Methods

Equals(ManagedRuleExclusionSelectorMatchOperator)

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(ManagedRuleExclusionSelectorMatchOperator, ManagedRuleExclusionSelectorMatchOperator)

Determines if two ManagedRuleExclusionSelectorMatchOperator values are the same.

Implicit(String to ManagedRuleExclusionSelectorMatchOperator)

Converts a string to a ManagedRuleExclusionSelectorMatchOperator.

Inequality(ManagedRuleExclusionSelectorMatchOperator, ManagedRuleExclusionSelectorMatchOperator)

Determines if two ManagedRuleExclusionSelectorMatchOperator values are not the same.

Applies to