StatusAutoGenerated interface
The status of the health report
Properties
code | The status of the health report |
first |
The date of when the resource of the health report was scanned in the first time NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The date of when the resource was scanned in the last time NOTE: This property will not be serialized. It can only be populated by the server. |
reason | The reason of the given status NOTE: This property will not be serialized. It can only be populated by the server. |
status |
The date of when the status of the health report was changed in the last time NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
code
The status of the health report
code?: string
Property Value
string
firstEvaluationDate
The date of when the resource of the health report was scanned in the first time NOTE: This property will not be serialized. It can only be populated by the server.
firstEvaluationDate?: Date
Property Value
Date
lastScannedDate
The date of when the resource was scanned in the last time NOTE: This property will not be serialized. It can only be populated by the server.
lastScannedDate?: Date
Property Value
Date
reason
The reason of the given status NOTE: This property will not be serialized. It can only be populated by the server.
reason?: string
Property Value
string
statusChangeDate
The date of when the status of the health report was changed in the last time NOTE: This property will not be serialized. It can only be populated by the server.
statusChangeDate?: Date
Property Value
Date
Azure SDK for JavaScript