SecurityInsightsAlertConfidenceLevel 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 level of this alert.
public readonly struct SecurityInsightsAlertConfidenceLevel : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertConfidenceLevel>
type SecurityInsightsAlertConfidenceLevel = struct
Public Structure SecurityInsightsAlertConfidenceLevel
Implements IEquatable(Of SecurityInsightsAlertConfidenceLevel)
- Inheritance
-
SecurityInsightsAlertConfidenceLevel
- Implements
Constructors
SecurityInsightsAlertConfidenceLevel(String) |
Initializes a new instance of SecurityInsightsAlertConfidenceLevel. |
Properties
High |
High confidence that the alert is true positive malicious. |
Low |
Low confidence, meaning we have some doubts this is indeed malicious or part of an attack. |
Unknown |
Unknown confidence, the is the default value. |
Methods
Equals(SecurityInsightsAlertConfidenceLevel) |
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(SecurityInsightsAlertConfidenceLevel, SecurityInsightsAlertConfidenceLevel) |
Determines if two SecurityInsightsAlertConfidenceLevel values are the same. |
Implicit(String to SecurityInsightsAlertConfidenceLevel) |
Converts a string to a SecurityInsightsAlertConfidenceLevel. |
Inequality(SecurityInsightsAlertConfidenceLevel, SecurityInsightsAlertConfidenceLevel) |
Determines if two SecurityInsightsAlertConfidenceLevel values are not the same. |
Applies to
Azure SDK for .NET