MatchOperator 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 be matched Serialized Name: Operator
public readonly struct MatchOperator : IEquatable<Azure.ResourceManager.Cdn.Models.MatchOperator>
type MatchOperator = struct
Public Structure MatchOperator
Implements IEquatable(Of MatchOperator)
- Inheritance
-
MatchOperator
- Implements
Constructors
MatchOperator(String) |
Initializes a new instance of MatchOperator. |
Properties
Any |
Any Serialized Name: Operator.Any |
BeginsWith |
BeginsWith Serialized Name: Operator.BeginsWith |
Contains |
Contains Serialized Name: Operator.Contains |
EndsWith |
EndsWith Serialized Name: Operator.EndsWith |
Equal |
Equal Serialized Name: Operator.Equal |
GeoMatch |
GeoMatch Serialized Name: Operator.GeoMatch |
GreaterThan |
GreaterThan Serialized Name: Operator.GreaterThan |
GreaterThanOrEqual |
GreaterThanOrEqual Serialized Name: Operator.GreaterThanOrEqual |
IPMatch |
IPMatch Serialized Name: Operator.IPMatch |
LessThan |
LessThan Serialized Name: Operator.LessThan |
LessThanOrEqual |
LessThanOrEqual Serialized Name: Operator.LessThanOrEqual |
RegEx |
RegEx Serialized Name: Operator.RegEx |
Methods
Equals(MatchOperator) |
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(MatchOperator, MatchOperator) |
Determines if two MatchOperator values are the same. |
Implicit(String to MatchOperator) |
Converts a String to a MatchOperator. |
Inequality(MatchOperator, MatchOperator) |
Determines if two MatchOperator values are not the same. |