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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python