Partilhar via


TroubleshootingDetails Class

Information gained from troubleshooting of specified resource.

Inheritance
azure.mgmt.network._serialization.Model
TroubleshootingDetails

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
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.

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.