ExceptionValueMatchOperator 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.
Comparison operator to apply to the value to be matched..
public readonly struct ExceptionValueMatchOperator : IEquatable<Azure.ResourceManager.FrontDoor.Models.ExceptionValueMatchOperator>
type ExceptionValueMatchOperator = struct
Public Structure ExceptionValueMatchOperator
Implements IEquatable(Of ExceptionValueMatchOperator)
- Inheritance
-
ExceptionValueMatchOperator
- Implements
Constructors
| Name | Description |
|---|---|
| ExceptionValueMatchOperator(String) |
Initializes a new instance of ExceptionValueMatchOperator. |
Properties
| Name | Description |
|---|---|
| Contains |
Contains Exception Value Match Operator. |
| EndsWith |
EndsWith Exception Value Match Operator. |
| EqualsAny |
EqualsAny Exception Value Match Operator. |
| EqualsValue |
Equals Exception Value Match Operator. |
| IPMatch |
IPMatch Exception Value Match Operator. |
| StartsWith |
StartsWith Exception Value Match Operator. |
Methods
| Name | Description |
|---|---|
| Equals(ExceptionValueMatchOperator) |
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(ExceptionValueMatchOperator, ExceptionValueMatchOperator) |
Determines if two ExceptionValueMatchOperator values are the same. |
| Implicit(String to ExceptionValueMatchOperator) |
Converts a string to a ExceptionValueMatchOperator. |
| Implicit(String to Nullable<ExceptionValueMatchOperator>) | |
| Inequality(ExceptionValueMatchOperator, ExceptionValueMatchOperator) |
Determines if two ExceptionValueMatchOperator values are not the same. |