SecurityInsightsAlertConfidenceScoreStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The confidence score calculation status, i.e. indicating if score calculation is pending for this alert, not applicable or final.
public readonly struct SecurityInsightsAlertConfidenceScoreStatus : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertConfidenceScoreStatus>
type SecurityInsightsAlertConfidenceScoreStatus = struct
Public Structure SecurityInsightsAlertConfidenceScoreStatus
Implements IEquatable(Of SecurityInsightsAlertConfidenceScoreStatus)
- Inheritance
-
SecurityInsightsAlertConfidenceScoreStatus
- Implements
Constructors
SecurityInsightsAlertConfidenceScoreStatus(String) |
Initializes a new instance of SecurityInsightsAlertConfidenceScoreStatus. |
Properties
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
Equals(SecurityInsightsAlertConfidenceScoreStatus) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SecurityInsightsAlertConfidenceScoreStatus, SecurityInsightsAlertConfidenceScoreStatus) |
Determines if two SecurityInsightsAlertConfidenceScoreStatus values are the same. |
Implicit(String to SecurityInsightsAlertConfidenceScoreStatus) |
Converts a string to a SecurityInsightsAlertConfidenceScoreStatus. |
Inequality(SecurityInsightsAlertConfidenceScoreStatus, SecurityInsightsAlertConfidenceScoreStatus) |
Determines if two SecurityInsightsAlertConfidenceScoreStatus values are not the same. |
Applies to
Azure SDK for .NET