Share via


AlertDetail Struct

Definition

Alert detail

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

Fields

DisplayName

Alert display name

Severity

Alert severity

Methods

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

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

Equals(AlertDetail)

Compares values of enum type AlertDetail

Equals(Object)

Compares values of enum type AlertDetail (override for Object)

GetHashCode()

Returns hashCode for enum AlertDetail

ToString()

Returns string representation for AlertDetail

Operators

Equality(AlertDetail, AlertDetail)

Overriding == operator for enum AlertDetail

Implicit(AlertDetail to String)

Implicit operator to convert AlertDetail to string

Implicit(String to AlertDetail)

Implicit operator to convert string to AlertDetail

Inequality(AlertDetail, AlertDetail)

Overriding != operator for enum AlertDetail

Applies to