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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python