Share via


ConfidenceScoreStatus Struct

Definition

The confidence score calculation status, i.e. indicating if score calculation is pending for this alert, not applicable or final.

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

Fields

Final

Final score was calculated and available

InProcess

No score was set yet and calculation is in progress

NotApplicable

Score will not be calculated for this alert as it is not supported by virtual analyst

NotFinal

Score is calculated and shown as part of the alert, but may be updated again at a later time following the processing of additional data

Methods

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

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

Equals(ConfidenceScoreStatus)

Compares values of enum type ConfidenceScoreStatus

Equals(Object)

Compares values of enum type ConfidenceScoreStatus (override for Object)

GetHashCode()

Returns hashCode for enum ConfidenceScoreStatus

ToString()

Returns string representation for ConfidenceScoreStatus

Operators

Equality(ConfidenceScoreStatus, ConfidenceScoreStatus)

Overriding == operator for enum ConfidenceScoreStatus

Implicit(ConfidenceScoreStatus to String)

Implicit operator to convert ConfidenceScoreStatus to string

Implicit(String to ConfidenceScoreStatus)

Implicit operator to convert string to ConfidenceScoreStatus

Inequality(ConfidenceScoreStatus, ConfidenceScoreStatus)

Overriding != operator for enum ConfidenceScoreStatus

Applies to