ConnectionMonitorResultProperties interface
描述連接監視器的屬性。
- Extends
屬性
connection |
線上監視器的類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
monitoring |
線上監視器的監視狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
provisioning |
線上監視器的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
start |
連接監視器啟動時的日期和時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
繼承的屬性
auto |
判斷線上監視器是否會在建立後自動啟動。 |
destination | 描述線上監視器的目的地。 |
endpoints | 線上監視端點的清單。 |
monitoring |
監視間隔以秒為單位。 |
notes | 要與連線監視器相關聯的選擇性注意事項。 |
outputs | 線上監視器輸出的清單。 |
source | 描述線上監視器的來源。 |
test |
線上監視器測試組態的清單。 |
test |
線上監視器測試群組的清單。 |
屬性詳細資料
connectionMonitorType
線上監視器的類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。
connectionMonitorType?: string
屬性值
string
monitoringStatus
線上監視器的監視狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
monitoringStatus?: string
屬性值
string
provisioningState
線上監視器的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
startTime
連接監視器啟動時的日期和時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。
startTime?: Date
屬性值
Date
繼承的屬性詳細資料
autoStart
destination
描述線上監視器的目的地。
destination?: ConnectionMonitorDestination
屬性值
endpoints
線上監視端點的清單。
endpoints?: ConnectionMonitorEndpoint[]
屬性值
monitoringIntervalInSeconds
監視間隔以秒為單位。
monitoringIntervalInSeconds?: number
屬性值
number
notes
outputs
線上監視器輸出的清單。
outputs?: ConnectionMonitorOutput[]
屬性值
source
描述線上監視器的來源。
source?: ConnectionMonitorSource
屬性值
testConfigurations
線上監視器測試組態的清單。
testConfigurations?: ConnectionMonitorTestConfiguration[]
屬性值
testGroups
線上監視器測試群組的清單。
testGroups?: ConnectionMonitorTestGroup[]