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

TroubleshootingResult Class

Troubleshooting information gained from specified resource.

Constructor

TroubleshootingResult(*, start_time: datetime | None = None, end_time: datetime | None = None, code: str | None = None, results: List[_models.TroubleshootingDetails] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
start_time

The start time of the troubleshooting.

Default value: None
end_time

The end time of the troubleshooting.

Default value: None
code
str

The result code of the troubleshooting.

Default value: None
results

Information from troubleshooting.

Default value: None

Variables

Name Description
start_time

The start time of the troubleshooting.

end_time

The end time of the troubleshooting.

code
str

The result code of the troubleshooting.

results

Information from troubleshooting.