SliConditionOperator 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 operators used in filter conditions.
public readonly struct SliConditionOperator : IEquatable<Azure.ResourceManager.Monitor.Slis.Models.SliConditionOperator>
type SliConditionOperator = struct
Public Structure SliConditionOperator
Implements IEquatable(Of SliConditionOperator)
- Inheritance
-
SliConditionOperator
- Implements
Constructors
| Name | Description |
|---|---|
| SliConditionOperator(String) |
Initializes a new instance of SliConditionOperator. |
Properties
| Name | Description |
|---|---|
| Contains |
Contains the value. |
| Equal |
Equal to. |
| GreaterThan |
Greater than. |
| GreaterThanOrEqual |
Greater than or equal to. |
| In |
In operator. |
| LessThan |
Less than. |
| LessThanOrEqual |
Less than or equal to. |
| NotContains |
Does not contain the value. |
| NotEqual |
Not equal to. |
| NotIn |
Not in. |
| NotStartsWith |
Does not start with. |
| StartsWith |
Starts with. |
Methods
| Name | Description |
|---|---|
| Equals(SliConditionOperator) |
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(SliConditionOperator, SliConditionOperator) |
Determines if two SliConditionOperator values are the same. |
| Implicit(String to Nullable<SliConditionOperator>) | |
| Implicit(String to SliConditionOperator) |
Converts a string to a SliConditionOperator. |
| Inequality(SliConditionOperator, SliConditionOperator) |
Determines if two SliConditionOperator values are not the same. |