共用方式為


DiagnosticDetectorResponse interface

代表診斷偵測器回應的類別

Extends

屬性

abnormalTimePeriods

偵測器找到的相互關聯事件清單

data

偵測器想要傳送的其他數據。

detectorDefinition

偵測器的定義

endTime

期間結束時間

issueDetected

偵測到代表問題的旗標。

metrics

偵測器提供的計量

responseMetaData

元數據

startTime

期間開始時間

繼承的屬性

id

資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

kind

資源種類。

name

資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

abnormalTimePeriods

偵測器找到的相互關聯事件清單

abnormalTimePeriods?: DetectorAbnormalTimePeriod[]

屬性值

data

偵測器想要傳送的其他數據。

data?: NameValuePair[][]

屬性值

detectorDefinition

偵測器的定義

detectorDefinition?: DetectorDefinition

屬性值

endTime

期間結束時間

endTime?: Date

屬性值

Date

issueDetected

偵測到代表問題的旗標。

issueDetected?: boolean

屬性值

boolean

metrics

偵測器提供的計量

metrics?: DiagnosticMetricSet[]

屬性值

responseMetaData

元數據

responseMetaData?: ResponseMetaData

屬性值

startTime

期間開始時間

startTime?: Date

屬性值

Date

繼承的屬性詳細資料

id

資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ProxyOnlyResource.id

kind

資源種類。

kind?: string

屬性值

string

繼承自ProxyOnlyResource.kind

name

資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自ProxyOnlyResource.name

type

資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ProxyOnlyResource.type