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

AlertSeverity Struct

Definition

The severity of the alert

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

Fields

High

High severity

Informational

Informational severity

Low

Low severity

Medium

Medium severity

Methods

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

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

Equals(AlertSeverity)

Compares values of enum type AlertSeverity

Equals(Object)

Compares values of enum type AlertSeverity (override for Object)

GetHashCode()

Returns hashCode for enum AlertSeverity

ToString()

Returns string representation for AlertSeverity

Operators

Equality(AlertSeverity, AlertSeverity)

Overriding == operator for enum AlertSeverity

Implicit(AlertSeverity to String)

Implicit operator to convert AlertSeverity to string

Implicit(String to AlertSeverity)

Implicit operator to convert string to AlertSeverity

Inequality(AlertSeverity, AlertSeverity)

Overriding != operator for enum AlertSeverity

Applies to