你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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
str

The id of the get troubleshoot operation.

Default value: None
reason_type
str

Reason type of failure.

Default value: None
summary
str

A summary of troubleshooting.

Default value: None
detail
str

Details on troubleshooting results.

Default value: None
recommended_actions

List of recommended actions.

Default value: None

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.