DiagnosticAnalysis interface
Class representing a diagnostic analysis done on an application
- Extends
Properties
abnormal |
List of time periods. |
end |
End time of the period |
non |
Data by each detector for detectors that did not corelate |
payload | Data by each detector |
start |
Start time of the period |
Inherited Properties
id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | Kind of resource. |
name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
abnormalTimePeriods
List of time periods.
abnormalTimePeriods?: AbnormalTimePeriod[]
Property Value
endTime
End time of the period
endTime?: Date
Property Value
Date
nonCorrelatedDetectors
Data by each detector for detectors that did not corelate
nonCorrelatedDetectors?: DetectorDefinition[]
Property Value
payload
startTime
Start time of the period
startTime?: Date
Property Value
Date
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyOnlyResource.id
kind
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyOnlyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyOnlyResource.type