TroubleshootingDetails Class
Information gained from troubleshooting of specified resource.
Constructor
TroubleshootingDetails(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
The id of the get troubleshoot operation. |
|
reason_type
|
Reason type of failure. |
|
summary
|
A summary of troubleshooting. |
|
detail
|
Details on troubleshooting results. |
|
recommended_actions
|
List of recommended actions. |
Attributes
detail
Details on troubleshooting results.
detail: str | None
id
The id of the get troubleshoot operation.
id: str | None
reason_type
Reason type of failure.
reason_type: str | None
recommended_actions
List of recommended actions.
recommended_actions: list['_models.TroubleshootingRecommendedActions'] | None
summary
A summary of troubleshooting.
summary: str | None