共用方式為


CustomMonitoringSignal interface

Extends

屬性

componentId

[必要]用來計算自定義計量之元件資產的參考。

inputAssets

監視要作為輸入的資產。 索引鍵是元件輸入埠名稱,值為數據資產。

inputs

要作為輸入的額外元件參數。 索引鍵是元件常值輸入埠名稱,值為參數值。

metricThresholds

[必要]要計算的計量清單及其相關聯的臨界值。

signalType

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

notificationTypes

此訊號的目前通知模式。

properties

屬性字典。 可以新增屬性,但無法移除或改變。

屬性詳細資料

componentId

[必要]用來計算自定義計量之元件資產的參考。

componentId: string

屬性值

string

inputAssets

監視要作為輸入的資產。 索引鍵是元件輸入埠名稱,值為數據資產。

inputAssets?: {[propertyName: string]: MonitoringInputDataBaseUnion | null}

屬性值

{[propertyName: string]: MonitoringInputDataBaseUnion | null}

inputs

要作為輸入的額外元件參數。 索引鍵是元件常值輸入埠名稱,值為參數值。

inputs?: {[propertyName: string]: JobInputUnion | null}

屬性值

{[propertyName: string]: JobInputUnion | null}

metricThresholds

[必要]要計算的計量清單及其相關聯的臨界值。

metricThresholds: CustomMetricThreshold[]

屬性值

signalType

多型歧視性,指定這個物件可以是的不同類型

signalType: "Custom"

屬性值

"Custom"

繼承的屬性詳細資料

notificationTypes

此訊號的目前通知模式。

notificationTypes?: string[]

屬性值

string[]

繼承自MonitoringSignalBase.notificationTypes

properties

屬性字典。 可以新增屬性,但無法移除或改變。

properties?: {[propertyName: string]: string | null}

屬性值

{[propertyName: string]: string | null}

繼承自MonitoringSignalBase.properties