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