WindowUptimeCriteriaComparator 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.
Defines comparison operators for window uptime criteria.
public readonly struct WindowUptimeCriteriaComparator : IEquatable<Azure.ResourceManager.Monitor.Slis.Models.WindowUptimeCriteriaComparator>
type WindowUptimeCriteriaComparator = struct
Public Structure WindowUptimeCriteriaComparator
Implements IEquatable(Of WindowUptimeCriteriaComparator)
- Inheritance
-
WindowUptimeCriteriaComparator
- Implements
Constructors
| Name | Description |
|---|---|
| WindowUptimeCriteriaComparator(String) |
Initializes a new instance of WindowUptimeCriteriaComparator. |
Properties
| Name | Description |
|---|---|
| GreaterThan |
Greater than the target value. |
| GreaterThanOrEqual |
Greater than or equal to the target value. |
| LessThan |
Less than the target value. |
| LessThanOrEqual |
Less than or equal to the target value. |
Methods
| Name | Description |
|---|---|
| Equals(WindowUptimeCriteriaComparator) |
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(WindowUptimeCriteriaComparator, WindowUptimeCriteriaComparator) |
Determines if two WindowUptimeCriteriaComparator values are the same. |
| Implicit(String to Nullable<WindowUptimeCriteriaComparator>) | |
| Implicit(String to WindowUptimeCriteriaComparator) |
Converts a string to a WindowUptimeCriteriaComparator. |
| Inequality(WindowUptimeCriteriaComparator, WindowUptimeCriteriaComparator) |
Determines if two WindowUptimeCriteriaComparator values are not the same. |