ConnectionAnalyzerQueryStatusResult interface
Status result returned when querying a connection analyzer for its diagnostic results.
Properties
| connection |
Current execution status of the connection analyzer. |
| diagnostic |
Results of the individual diagnostic operations. |
| error | Error message if the connection analyzer operation failed. |
| expiry |
UTC time when the connection analyzer expires. |
| id | Resource ID of the connection analyzer. |
| output |
Storage path where the connection analyzer output is written. |
Property Details
connectionAnalyzerStatus
Current execution status of the connection analyzer.
connectionAnalyzerStatus?: string
Property Value
string
diagnosticOperationResults
Results of the individual diagnostic operations.
diagnosticOperationResults?: DiagnosticOperationResult[]
Property Value
error
Error message if the connection analyzer operation failed.
error?: string
Property Value
string
expiryInUtc
UTC time when the connection analyzer expires.
expiryInUtc?: Date
Property Value
Date
id
Resource ID of the connection analyzer.
id?: string
Property Value
string
outputStoragePath
Storage path where the connection analyzer output is written.
outputStoragePath?: string
Property Value
string