Share via


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