TroubleshootingResult Class
Troubleshooting information gained from specified resource.
- Inheritance
-
azure.mgmt.network._serialization.ModelTroubleshootingResult
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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python