SecurityInsightsIncidentStatus 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 status of the incident.
public readonly struct SecurityInsightsIncidentStatus : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentStatus>
type SecurityInsightsIncidentStatus = struct
Public Structure SecurityInsightsIncidentStatus
Implements IEquatable(Of SecurityInsightsIncidentStatus)
- Inheritance
-
SecurityInsightsIncidentStatus
- Implements
Constructors
SecurityInsightsIncidentStatus(String) |
Initializes a new instance of SecurityInsightsIncidentStatus. |
Properties
Active |
An active incident which is being handled. |
Closed |
A non-active incident. |
New |
An active incident which isn't being handled currently. |
Methods
Equals(SecurityInsightsIncidentStatus) |
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(SecurityInsightsIncidentStatus, SecurityInsightsIncidentStatus) |
Determines if two SecurityInsightsIncidentStatus values are the same. |
Implicit(String to SecurityInsightsIncidentStatus) |
Converts a string to a SecurityInsightsIncidentStatus. |
Inequality(SecurityInsightsIncidentStatus, SecurityInsightsIncidentStatus) |
Determines if two SecurityInsightsIncidentStatus values are not the same. |
Applies to
Azure SDK for .NET