Share via


AlertStatus Struct

Definition

The lifecycle status of the alert.

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

Fields

Dismissed

Alert dismissed as false positive

InProgress

Alert is being handled

New

New alert

Resolved

Alert closed after handling

Unknown

Unknown value

Methods

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

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

Equals(AlertStatus)

Compares values of enum type AlertStatus

Equals(Object)

Compares values of enum type AlertStatus (override for Object)

GetHashCode()

Returns hashCode for enum AlertStatus

ToString()

Returns string representation for AlertStatus

Operators

Equality(AlertStatus, AlertStatus)

Overriding == operator for enum AlertStatus

Implicit(AlertStatus to String)

Implicit operator to convert AlertStatus to string

Implicit(String to AlertStatus)

Implicit operator to convert string to AlertStatus

Inequality(AlertStatus, AlertStatus)

Overriding != operator for enum AlertStatus

Applies to