SubAssessmentStatus Class
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.
Status of the sub-assessment
public class SubAssessmentStatus
type SubAssessmentStatus = class
Public Class SubAssessmentStatus
- Inheritance
-
SubAssessmentStatus
Constructors
SubAssessmentStatus() |
Initializes a new instance of the SubAssessmentStatus class. |
SubAssessmentStatus(String, String, String, String) |
Initializes a new instance of the SubAssessmentStatus class. |
Properties
Cause |
Gets programmatic code for the cause of the assessment status |
Code |
Gets programmatic code for the status of the assessment Possible values include: 'Healthy', 'Unhealthy', 'NotApplicable' |
Description |
Gets human readable description of the assessment status |
Severity |
Gets the sub-assessment severity level Possible values include: 'Low', 'Medium', 'High' |
Extension Methods
ConvertToPSType(SubAssessmentStatus) |