ConnectionMonitorResult interface
有关连接监视器的信息。
属性
| auto |
确定连接监视器是否在创建后自动启动。 |
| connection |
连接监视器的类型。 |
| destination | 描述连接监视器的目标。 |
| endpoints | 连接监视器终结点的列表。 |
| monitoring |
监视间隔(以秒为单位)。 |
| monitoring |
连接监视器的监视状态。 |
| notes | 要与连接监视器关联的可选说明。 |
| outputs | 连接监视器输出的列表。 |
| provisioning |
连接监视器的预配状态。 |
| source | 描述连接监视器的源。 |
| start |
连接监视器启动的日期和时间。 |
| test |
连接监视器测试配置列表。 |
| test |
连接监视器测试组的列表。 |
继承属性
| etag | 一个唯一的只读字符串,每当更新资源时更改。 |
| id | 连接监视器的 ID。 |
| location | 连接监视器位置。 |
| name | 连接监视器的名称。 |
| tags | 连接监视器标记。 |
| type | 连接监视器类型。 |
属性详细信息
autoStart
确定连接监视器是否在创建后自动启动。
autoStart?: boolean
属性值
boolean
connectionMonitorType
连接监视器的类型。
connectionMonitorType?: string
属性值
string
destination
endpoints
monitoringIntervalInSeconds
监视间隔(以秒为单位)。
monitoringIntervalInSeconds?: number
属性值
number
monitoringStatus
连接监视器的监视状态。
monitoringStatus?: string
属性值
string
notes
要与连接监视器关联的可选说明。
notes?: string
属性值
string
outputs
provisioningState
连接监视器的预配状态。
provisioningState?: string
属性值
string
source
startTime
连接监视器启动的日期和时间。
startTime?: Date
属性值
Date
testConfigurations
连接监视器测试配置列表。
testConfigurations?: ConnectionMonitorTestConfiguration[]