TroubleshootingDetails Class
Information gained from troubleshooting of specified resource.
- Inheritance
-
azure.mgmt.network._serialization.ModelTroubleshootingDetails
Constructor
TroubleshootingDetails(*, id: str | None = None, reason_type: str | None = None, summary: str | None = None, detail: str | None = None, recommended_actions: List[_models.TroubleshootingRecommendedActions] | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python