Compartir a través de


InsightStatus Struct

Definition

Level of the most severe insight generated by the detector.

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

Fields

Critical
Info
None
Success
Warning

Methods

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

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

Equals(InsightStatus)

Compares values of enum type InsightStatus

Equals(Object)

Compares values of enum type InsightStatus (override for Object)

GetHashCode()

Returns hashCode for enum InsightStatus

ToString()

Returns string representation for InsightStatus

Operators

Equality(InsightStatus, InsightStatus)

Overriding == operator for enum InsightStatus

Implicit(InsightStatus to String)

Implicit operator to convert InsightStatus to string

Implicit(String to InsightStatus)

Implicit operator to convert string to InsightStatus

Inequality(InsightStatus, InsightStatus)

Overriding != operator for enum InsightStatus

Applies to