IncidentClassificationReason 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 classification reason the incident was closed with
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReasonTypeConverter))]
public struct IncidentClassificationReason : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReasonTypeConverter))>]
type IncidentClassificationReason = struct
interface IArgumentCompleter
Public Structure IncidentClassificationReason
Implements IArgumentCompleter, IEquatable(Of IncidentClassificationReason)
- Inheritance
-
IncidentClassificationReason
- Attributes
- Implements
Fields
InaccurateData |
Classification reason was inaccurate data |
IncorrectAlertLogic |
Classification reason was incorrect alert logic |
SuspiciousActivity |
Classification reason was suspicious activity |
SuspiciousButExpected |
Classification reason was suspicious but expected |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(IncidentClassificationReason) |
Compares values of enum type IncidentClassificationReason |
Equals(Object) |
Compares values of enum type IncidentClassificationReason (override for Object) |
GetHashCode() |
Returns hashCode for enum IncidentClassificationReason |
ToString() |
Returns string representation for IncidentClassificationReason |
Operators
Equality(IncidentClassificationReason, IncidentClassificationReason) |
Overriding == operator for enum IncidentClassificationReason |
Implicit(IncidentClassificationReason to String) |
Implicit operator to convert IncidentClassificationReason to string |
Implicit(String to IncidentClassificationReason) |
Implicit operator to convert string to IncidentClassificationReason |
Inequality(IncidentClassificationReason, IncidentClassificationReason) |
Overriding != operator for enum IncidentClassificationReason |