TroubleshootingResult interface
Troubleshooting information gained from specified resource.
Properties
code | The result code of the troubleshooting. |
end |
The end time of the troubleshooting. |
results | Information from troubleshooting. |
start |
The start time of the troubleshooting. |
Property Details
code
The result code of the troubleshooting.
code?: string
Property Value
string
endTime
The end time of the troubleshooting.
endTime?: Date
Property Value
Date
results
Information from troubleshooting.
results?: TroubleshootingDetails[]
Property Value
startTime
The start time of the troubleshooting.
startTime?: Date
Property Value
Date