SecurityAssessmentSeverity 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 sub-assessment severity level.
public readonly struct SecurityAssessmentSeverity : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentSeverity>
type SecurityAssessmentSeverity = struct
Public Structure SecurityAssessmentSeverity
Implements IEquatable(Of SecurityAssessmentSeverity)
- Inheritance
-
SecurityAssessmentSeverity
- Implements
Constructors
SecurityAssessmentSeverity(String) |
Initializes a new instance of SecurityAssessmentSeverity. |
Properties
High |
High. |
Low |
Low. |
Medium |
Medium. |
Methods
Equals(SecurityAssessmentSeverity) |
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(SecurityAssessmentSeverity, SecurityAssessmentSeverity) |
Determines if two SecurityAssessmentSeverity values are the same. |
Implicit(String to SecurityAssessmentSeverity) |
Converts a string to a SecurityAssessmentSeverity. |
Inequality(SecurityAssessmentSeverity, SecurityAssessmentSeverity) |
Determines if two SecurityAssessmentSeverity values are not the same. |
Applies to
Azure SDK for .NET