DiagnosticAnalysisProperties Class
DiagnosticAnalysis resource specific properties.
Constructor
DiagnosticAnalysisProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
start_time
|
Start time of the period. |
|
end_time
|
End time of the period. |
|
abnormal_time_periods
|
List of time periods. |
|
payload
|
Data by each detector. |
|
non_correlated_detectors
|
Data by each detector for detectors that did not corelate. |
Attributes
abnormal_time_periods
List of time periods.
abnormal_time_periods: list['_models.AbnormalTimePeriod'] | None
end_time
End time of the period.
end_time: datetime | None
non_correlated_detectors
Data by each detector for detectors that did not corelate.
non_correlated_detectors: list['_models.DetectorDefinition'] | None
payload
Data by each detector.
payload: list['_models.AnalysisData'] | None
start_time
Start time of the period.
start_time: datetime | None