TroubleshootingDetails Class

Information gained from troubleshooting of specified resource.

Constructor

TroubleshootingDetails(*args: Any, **kwargs: Any)

Variables

Name Description
id
str

The id of the get troubleshoot operation.

reason_type
str

Reason type of failure.

summary
str

A summary of troubleshooting.

detail
str

Details on troubleshooting results.

recommended_actions

List of recommended actions.

Attributes

detail

Details on troubleshooting results.

detail: str | None

id

The id of the get troubleshoot operation.

id: str | None

reason_type

Reason type of failure.

reason_type: str | None

List of recommended actions.

recommended_actions: list['_models.TroubleshootingRecommendedActions'] | None

summary

A summary of troubleshooting.

summary: str | None