Share via


AssessmentStatusResponse Class

Definition

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
AssessmentStatusResponse

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)

Applies to