Share via


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