Freigeben über


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

Name Description
ManagedRuleExclusionSelectorMatchOperator(String)

Initializes a new instance of ManagedRuleExclusionSelectorMatchOperator.

Properties

Name Description
Contains

Contains.

EndsWith

EndsWith.

EqualsAny

EqualsAny.

EqualsValue

Equals.

StartsWith

StartsWith.

Methods

Name Description
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

Name Description
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