TroubleshootingDetails Class
Information gained from troubleshooting of specified resource.
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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python