TroubleshootingResult Class
Troubleshooting information gained from specified resource.
- Inheritance
-
TroubleshootingResult
Constructor
TroubleshootingResult(*, start_time: typing.Union[datetime.datetime, NoneType] = None, end_time: typing.Union[datetime.datetime, NoneType] = None, code: typing.Union[str, NoneType] = None, results: typing.Union[typing.List[_ForwardRef('TroubleshootingDetails')], NoneType] = None, **kwargs)
Parameters
- start_time
- datetime
The start time of the troubleshooting.
- end_time
- datetime
The end time of the troubleshooting.
- code
- str
The result code of the troubleshooting.
- results
- list[TroubleshootingDetails]
Information from troubleshooting.
Feedback
Submit and view feedback for