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. |
end_time
|
The end time of the troubleshooting. |
code
|
The result code of the troubleshooting. |
results
|
Information from troubleshooting. |
Variables
Name | Description |
---|---|
start_time
|
The start time of the troubleshooting. |
end_time
|
The end time of the troubleshooting. |
code
|
The result code of the troubleshooting. |
results
|
Information from troubleshooting. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python