ConditionOperator 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.
The criteria operator. Relevant and required only for rules of the kind LogAlert.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperatorTypeConverter))]
public struct ConditionOperator : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperatorTypeConverter))>]
type ConditionOperator = struct
interface IArgumentCompleter
Public Structure ConditionOperator
Implements IArgumentCompleter, IEquatable(Of ConditionOperator)
- Inheritance
-
ConditionOperator
- Attributes
- Implements
Fields
Equal | |
GreaterThan | |
GreaterThanOrEqual | |
LessThan | |
LessThanOrEqual |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ConditionOperator) |
Compares values of enum type ConditionOperator |
Equals(Object) |
Compares values of enum type ConditionOperator (override for Object) |
GetHashCode() |
Returns hashCode for enum ConditionOperator |
ToString() |
Returns string representation for ConditionOperator |
Operators
Equality(ConditionOperator, ConditionOperator) |
Overriding == operator for enum ConditionOperator |
Implicit(ConditionOperator to String) |
Implicit operator to convert ConditionOperator to string |
Implicit(String to ConditionOperator) |
Implicit operator to convert string to ConditionOperator |
Inequality(ConditionOperator, ConditionOperator) |
Overriding != operator for enum ConditionOperator |