ConnectionAnalyzerQueryStatusResult Class
Status result returned when querying a connection analyzer for its diagnostic results.
Constructor
ConnectionAnalyzerQueryStatusResult(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID of the connection analyzer. |
|
connection_analyzer_status
|
Current execution status of the connection analyzer. Known values are: "NotStarted", "Running", "Succeeded", and "Failed". |
|
error
|
Error message if the connection analyzer operation failed. |
|
output_storage_path
|
Storage path where the connection analyzer output is written. |
|
expiry_in_utc
|
UTC time when the connection analyzer expires. |
|
diagnostic_operation_results
|
Results of the individual diagnostic operations. |
Attributes
connection_analyzer_status
"NotStarted", "Running", "Succeeded", and "Failed".
connection_analyzer_status: str | _models.ConnectionAnalyzerStatus | None
diagnostic_operation_results
Results of the individual diagnostic operations.
diagnostic_operation_results: list['_models.DiagnosticOperationResult'] | None
error
Error message if the connection analyzer operation failed.
error: str | None
expiry_in_utc
UTC time when the connection analyzer expires.
expiry_in_utc: datetime | None
id
Resource ID of the connection analyzer.
id: str | None
output_storage_path
Storage path where the connection analyzer output is written.
output_storage_path: str | None