ReportedSeverity 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.
Assessed alert severity.
public readonly struct ReportedSeverity : IEquatable<Azure.ResourceManager.SecurityCenter.Models.ReportedSeverity>
type ReportedSeverity = struct
Public Structure ReportedSeverity
Implements IEquatable(Of ReportedSeverity)
- Inheritance
-
ReportedSeverity
- Implements
Constructors
| Name | Description |
|---|---|
| ReportedSeverity(String) |
Initializes a new instance of ReportedSeverity. |
Properties
| Name | Description |
|---|---|
| High |
High. |
| Informational |
Informational. |
| Low |
Low. |
| Medium |
Medium. |
Methods
| Name | Description |
|---|---|
| Equals(ReportedSeverity) |
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
| Name | Description |
|---|---|
| Equality(ReportedSeverity, ReportedSeverity) |
Determines if two ReportedSeverity values are the same. |
| Implicit(String to ReportedSeverity) |
Converts a String to a ReportedSeverity. |
| Inequality(ReportedSeverity, ReportedSeverity) |
Determines if two ReportedSeverity values are not the same. |