你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConditionOperator Struct

Definition

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

Applies to