ConnectionMonitorResult interface
Information about the connection monitor.
Properties
| auto |
Determines if the connection monitor will start automatically once created. |
| connection |
Type of connection monitor. NOTE: This property will not be serialized. It can only be populated by the server. |
| destination | Describes the destination of connection monitor. |
| endpoints | List of connection monitor endpoints. |
| etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
| id | ID of the connection monitor. NOTE: This property will not be serialized. It can only be populated by the server. |
| location | Connection monitor location. |
| monitoring |
Monitoring interval in seconds. |
| monitoring |
The monitoring status of the connection monitor. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Name of the connection monitor. NOTE: This property will not be serialized. It can only be populated by the server. |
| notes | Optional notes to be associated with the connection monitor. |
| outputs | List of connection monitor outputs. |
| provisioning |
The provisioning state of the connection monitor. NOTE: This property will not be serialized. It can only be populated by the server. |
| source | Describes the source of connection monitor. |
| start |
The date and time when the connection monitor was started. NOTE: This property will not be serialized. It can only be populated by the server. |
| tags | Connection monitor tags. |
| test |
List of connection monitor test configurations. |
| test |
List of connection monitor test groups. |
| type | Connection monitor type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
autoStart
Determines if the connection monitor will start automatically once created.
autoStart?: boolean
Property Value
boolean
connectionMonitorType
Type of connection monitor. NOTE: This property will not be serialized. It can only be populated by the server.
connectionMonitorType?: string
Property Value
string
destination
Describes the destination of connection monitor.
destination?: ConnectionMonitorDestination
Property Value
endpoints
List of connection monitor endpoints.
endpoints?: ConnectionMonitorEndpoint[]
Property Value
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
id
ID of the connection monitor. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
location
Connection monitor location.
location?: string
Property Value
string
monitoringIntervalInSeconds
Monitoring interval in seconds.
monitoringIntervalInSeconds?: number
Property Value
number
monitoringStatus
The monitoring status of the connection monitor. NOTE: This property will not be serialized. It can only be populated by the server.
monitoringStatus?: string
Property Value
string
name
Name of the connection monitor. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
notes
Optional notes to be associated with the connection monitor.
notes?: string
Property Value
string
outputs
List of connection monitor outputs.
outputs?: ConnectionMonitorOutput[]
Property Value
provisioningState
The provisioning state of the connection monitor. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
source
Describes the source of connection monitor.
source?: ConnectionMonitorSource
Property Value
startTime
The date and time when the connection monitor was started. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
tags
Connection monitor tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
testConfigurations
List of connection monitor test configurations.
testConfigurations?: ConnectionMonitorTestConfiguration[]
Property Value
testGroups
List of connection monitor test groups.
testGroups?: ConnectionMonitorTestGroup[]
Property Value
type
Connection monitor type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string