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