Freigeben über


RulesEngineOperator Struct

Definition

Describes operator to apply to the match condition.

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

Constructors

Name Description
RulesEngineOperator(String)

Initializes a new instance of RulesEngineOperator.

Properties

Name Description
Any

Any.

BeginsWith

BeginsWith.

Contains

Contains.

EndsWith

EndsWith.

Equal

Equal.

GeoMatch

GeoMatch.

GreaterThan

GreaterThan.

GreaterThanOrEqual

GreaterThanOrEqual.

IPMatch

IPMatch.

LessThan

LessThan.

LessThanOrEqual

LessThanOrEqual.

Methods

Name Description
Equals(RulesEngineOperator)

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

Determines if two RulesEngineOperator values are the same.

Implicit(String to RulesEngineOperator)

Converts a String to a RulesEngineOperator.

Inequality(RulesEngineOperator, RulesEngineOperator)

Determines if two RulesEngineOperator values are not the same.

Applies to