TroubleshootingResult Class
Troubleshooting information gained from specified resource.
Constructor
TroubleshootingResult(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
start_time
|
The start time of the troubleshooting. |
|
end_time
|
The end time of the troubleshooting. |
|
code
|
The result code of the troubleshooting. |
|
results
|
Information from troubleshooting. |
Attributes
code
The result code of the troubleshooting.
code: str | None
end_time
The end time of the troubleshooting.
end_time: datetime | None
results
Information from troubleshooting.
results: list['_models.TroubleshootingDetails'] | None
start_time
The start time of the troubleshooting.
start_time: datetime | None