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

IncidentStatus Struct

Definition

The status of the incident

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

Fields

Active

An active incident which is being handled

Closed

A non-active incident

New

An active incident which isn't being handled currently

Methods

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

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

Equals(IncidentStatus)

Compares values of enum type IncidentStatus

Equals(Object)

Compares values of enum type IncidentStatus (override for Object)

GetHashCode()

Returns hashCode for enum IncidentStatus

ToString()

Returns string representation for IncidentStatus

Operators

Equality(IncidentStatus, IncidentStatus)

Overriding == operator for enum IncidentStatus

Implicit(IncidentStatus to String)

Implicit operator to convert IncidentStatus to string

Implicit(String to IncidentStatus)

Implicit operator to convert string to IncidentStatus

Inequality(IncidentStatus, IncidentStatus)

Overriding != operator for enum IncidentStatus

Applies to