共用方式為


ConnectionMonitorResultProperties interface

描述連接監視器的屬性。

Extends

屬性

connectionMonitorType

線上監視器的類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

monitoringStatus

線上監視器的監視狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState

線上監視器的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

startTime

連接監視器啟動時的日期和時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

autoStart

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

destination

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

endpoints

線上監視端點的清單。

monitoringIntervalInSeconds

監視間隔以秒為單位。

notes

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

outputs

線上監視器輸出的清單。

source

描述線上監視器的來源。

testConfigurations

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

testGroups

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

屬性詳細資料

connectionMonitorType

線上監視器的類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

connectionMonitorType?: string

屬性值

string

monitoringStatus

線上監視器的監視狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

monitoringStatus?: string

屬性值

string

provisioningState

線上監視器的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

startTime

連接監視器啟動時的日期和時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

startTime?: Date

屬性值

Date

繼承的屬性詳細資料

autoStart

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

autoStart?: boolean

屬性值

boolean

繼承自ConnectionMonitorParameters.autoStart

destination

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

destination?: ConnectionMonitorDestination

屬性值

繼承自ConnectionMonitorParameters.destination

endpoints

線上監視端點的清單。

endpoints?: ConnectionMonitorEndpoint[]

屬性值

繼承自ConnectionMonitorParameters.endpoints

monitoringIntervalInSeconds

監視間隔以秒為單位。

monitoringIntervalInSeconds?: number

屬性值

number

繼承自ConnectionMonitorParameters.monitoringIntervalInSeconds

notes

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

notes?: string

屬性值

string

繼承自ConnectionMonitorParameters.notes

outputs

線上監視器輸出的清單。

outputs?: ConnectionMonitorOutput[]

屬性值

繼承自ConnectionMonitorParameters.outputs

source

描述線上監視器的來源。

source?: ConnectionMonitorSource

屬性值

繼承自ConnectionMonitorParameters.source

testConfigurations

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

testConfigurations?: ConnectionMonitorTestConfiguration[]

屬性值

繼承自ConnectionMonitorParameters.testConfigurations

testGroups

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

testGroups?: ConnectionMonitorTestGroup[]

屬性值

繼承自ConnectionMonitorParameters.testGroups