你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConnectionMonitorResultProperties interface

描述连接监视器的属性。

扩展

属性

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