AssessmentStatusResponse 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 AssessmentStatusResponse : Microsoft.Azure.Management.Security.Models.AssessmentStatus
type AssessmentStatusResponse = class
inherit AssessmentStatus
Public Class AssessmentStatusResponse
Inherits AssessmentStatus
- Inheritance
Constructors
AssessmentStatusResponse() |
Initializes a new instance of the AssessmentStatusResponse class. |
AssessmentStatusResponse(String, String, String, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the AssessmentStatusResponse class. |
Properties
Cause |
Gets or sets programmatic code for the cause of the assessment status (Inherited from AssessmentStatus) |
Code |
Gets or sets programmatic code for the status of the assessment Possible values include: 'Healthy', 'Unhealthy', 'NotApplicable' (Inherited from AssessmentStatus) |
Description |
Gets or sets human readable description of the assessment status (Inherited from AssessmentStatus) |
FirstEvaluationDate |
Gets the time that the assessment was created and first evaluated. Returned as UTC time in ISO 8601 format |
StatusChangeDate |
Gets the time that the status of the assessment last changed. Returned as UTC time in ISO 8601 format |
Methods
Validate() |
Validate the object. |
Extension Methods
ConvertToPSType(AssessmentStatus) |