你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SubAssessmentStatus Class

Definition

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)

Applies to