RulesEngineOperator 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.
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
RulesEngineOperator(String) |
Initializes a new instance of RulesEngineOperator. |
Properties
Any |
Any. |
BeginsWith |
BeginsWith. |
Contains |
Contains. |
EndsWith |
EndsWith. |
Equal |
Equal. |
GeoMatch |
GeoMatch. |
GreaterThan |
GreaterThan. |
GreaterThanOrEqual |
GreaterThanOrEqual. |
IPMatch |
IPMatch. |
LessThan |
LessThan. |
LessThanOrEqual |
LessThanOrEqual. |
Methods
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
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
Azure SDK for .NET