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

ConnectionMonitorResult interface

有关连接监视器的信息。

属性

autoStart

确定连接监视器是否在创建后自动启动。

connectionMonitorType

连接监视器的类型。 注意:此属性不会序列化。 它只能由服务器填充。

destination

描述连接监视器的目标。

endpoints

连接监视器终结点的列表。

etag

一个唯一的只读字符串,每当更新资源时更改。 注意:此属性不会序列化。 它只能由服务器填充。

id

连接监视器的 ID。 注意:此属性不会序列化。 它只能由服务器填充。

location

连接监视器位置。

monitoringIntervalInSeconds

监视间隔(以秒为单位)。

monitoringStatus

连接监视器的监视状态。 注意:此属性不会序列化。 它只能由服务器填充。

name

连接监视器的名称。 注意:此属性不会序列化。 它只能由服务器填充。

notes

要与连接监视器关联的可选说明。

outputs

连接监视器输出的列表。

provisioningState

连接监视器的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。

source

描述连接监视器的源。

startTime

连接监视器启动的日期和时间。 注意:此属性不会序列化。 它只能由服务器填充。

tags

连接监视器标记。

testConfigurations

连接监视器测试配置列表。

testGroups

连接监视器测试组的列表。

type

连接监视器类型。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

autoStart

确定连接监视器是否在创建后自动启动。

autoStart?: boolean

属性值

boolean

connectionMonitorType

连接监视器的类型。 注意:此属性不会序列化。 它只能由服务器填充。

connectionMonitorType?: string

属性值

string

destination

描述连接监视器的目标。

destination?: ConnectionMonitorDestination

属性值

endpoints

连接监视器终结点的列表。

endpoints?: ConnectionMonitorEndpoint[]

属性值

etag

一个唯一的只读字符串,每当更新资源时更改。 注意:此属性不会序列化。 它只能由服务器填充。

etag?: string

属性值

string

id

连接监视器的 ID。 注意:此属性不会序列化。 它只能由服务器填充。

id?: string

属性值

string

location

连接监视器位置。

location?: string

属性值

string

monitoringIntervalInSeconds

监视间隔(以秒为单位)。

monitoringIntervalInSeconds?: number

属性值

number

monitoringStatus

连接监视器的监视状态。 注意:此属性不会序列化。 它只能由服务器填充。

monitoringStatus?: string

属性值

string

name

连接监视器的名称。 注意:此属性不会序列化。 它只能由服务器填充。

name?: string

属性值

string

notes

要与连接监视器关联的可选说明。

notes?: string

属性值

string

outputs

连接监视器输出的列表。

outputs?: ConnectionMonitorOutput[]

属性值

provisioningState

连接监视器的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。

provisioningState?: string

属性值

string

source

描述连接监视器的源。

source?: ConnectionMonitorSource

属性值

startTime

连接监视器启动的日期和时间。 注意:此属性不会序列化。 它只能由服务器填充。

startTime?: Date

属性值

Date

tags

连接监视器标记。

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

属性值

{[propertyName: string]: string}

testConfigurations

连接监视器测试配置列表。

testConfigurations?: ConnectionMonitorTestConfiguration[]

属性值

testGroups

连接监视器测试组的列表。

testGroups?: ConnectionMonitorTestGroup[]

属性值

type

连接监视器类型。 注意:此属性不会序列化。 它只能由服务器填充。

type?: string

属性值

string