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

IncidentSeverity Struct

Definition

The severity of the incident

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverityTypeConverter))]
public struct IncidentSeverity : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverityTypeConverter))>]
type IncidentSeverity = struct
    interface IArgumentCompleter
Public Structure IncidentSeverity
Implements IArgumentCompleter, IEquatable(Of IncidentSeverity)
Inheritance
IncidentSeverity
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(IncidentSeverity)

Compares values of enum type IncidentSeverity

Equals(Object)

Compares values of enum type IncidentSeverity (override for Object)

GetHashCode()

Returns hashCode for enum IncidentSeverity

ToString()

Returns string representation for IncidentSeverity

Operators

Equality(IncidentSeverity, IncidentSeverity)

Overriding == operator for enum IncidentSeverity

Implicit(IncidentSeverity to String)

Implicit operator to convert IncidentSeverity to string

Implicit(String to IncidentSeverity)

Implicit operator to convert string to IncidentSeverity

Inequality(IncidentSeverity, IncidentSeverity)

Overriding != operator for enum IncidentSeverity

Applies to