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

TriggerOperator Struct

Definition

The operation against the threshold that triggers alert rule.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperatorTypeConverter))]
public struct TriggerOperator : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperator>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.TriggerOperatorTypeConverter))>]
type TriggerOperator = struct
    interface IArgumentCompleter
Public Structure TriggerOperator
Implements IArgumentCompleter, IEquatable(Of TriggerOperator)
Inheritance
TriggerOperator
Attributes
Implements

Fields

Equal
GreaterThan
LessThan
NotEqual

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type TriggerOperator (override for Object)

Equals(TriggerOperator)

Compares values of enum type TriggerOperator

GetHashCode()

Returns hashCode for enum TriggerOperator

ToString()

Returns string representation for TriggerOperator

Operators

Equality(TriggerOperator, TriggerOperator)

Overriding == operator for enum TriggerOperator

Implicit(String to TriggerOperator)

Implicit operator to convert string to TriggerOperator

Implicit(TriggerOperator to String)

Implicit operator to convert TriggerOperator to string

Inequality(TriggerOperator, TriggerOperator)

Overriding != operator for enum TriggerOperator

Applies to