共用方式為


ConnectionMonitor interface

定義建立連接監視器之作業的參數。

屬性

autoStart

判斷線上監視器是否會在建立後自動啟動。

destination

描述線上監視器的目的地。

endpoints

線上監視端點的清單。

location

線上監視位置。

monitoringIntervalInSeconds

監視間隔以秒為單位。

notes

要與連線監視器相關聯的選擇性注意事項。

outputs

線上監視器輸出的清單。

source

描述線上監視器的來源。

tags

線上監視器標籤。

testConfigurations

線上監視器測試組態的清單。

testGroups

線上監視器測試群組的清單。

屬性詳細資料

autoStart

判斷線上監視器是否會在建立後自動啟動。

autoStart?: boolean

屬性值

boolean

destination

描述線上監視器的目的地。

destination?: ConnectionMonitorDestination

屬性值

endpoints

線上監視端點的清單。

endpoints?: ConnectionMonitorEndpoint[]

屬性值

location

線上監視位置。

location?: string

屬性值

string

monitoringIntervalInSeconds

監視間隔以秒為單位。

monitoringIntervalInSeconds?: number

屬性值

number

notes

要與連線監視器相關聯的選擇性注意事項。

notes?: string

屬性值

string

outputs

線上監視器輸出的清單。

outputs?: ConnectionMonitorOutput[]

屬性值

source

描述線上監視器的來源。

source?: ConnectionMonitorSource

屬性值

tags

線上監視器標籤。

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

testConfigurations

線上監視器測試組態的清單。

testConfigurations?: ConnectionMonitorTestConfiguration[]

屬性值

testGroups

線上監視器測試群組的清單。

testGroups?: ConnectionMonitorTestGroup[]

屬性值