TroubleshootingDetails interface
Information gained from troubleshooting of specified resource.
Properties
detail | Details on troubleshooting results. |
id | The id of the get troubleshoot operation. |
reason |
Reason type of failure. |
recommended |
List of recommended actions. |
summary | A summary of troubleshooting. |
Property Details
detail
Details on troubleshooting results.
detail?: string
Property Value
string
id
The id of the get troubleshoot operation.
id?: string
Property Value
string
reasonType
Reason type of failure.
reasonType?: string
Property Value
string
recommendedActions
List of recommended actions.
recommendedActions?: TroubleshootingRecommendedActions[]
Property Value
summary
A summary of troubleshooting.
summary?: string
Property Value
string