你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AssessmentStatus 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.
The result of the assessment
public class AssessmentStatus
type AssessmentStatus = class
Public Class AssessmentStatus
- Inheritance
-
AssessmentStatus
- Derived
Constructors
AssessmentStatus() |
Initializes a new instance of the AssessmentStatus class. |
AssessmentStatus(String, String, String) |
Initializes a new instance of the AssessmentStatus class. |
Properties
Cause |
Gets or sets programmatic code for the cause of the assessment status |
Code |
Gets or sets programmatic code for the status of the assessment Possible values include: 'Healthy', 'Unhealthy', 'NotApplicable' |
Description |
Gets or sets human readable description of the assessment status |
Methods
Validate() |
Validate the object. |
Extension Methods
ConvertToPSType(AssessmentStatus) |