ConnectionMonitorResultProperties interface
Describes the properties of a connection monitor.
- Extends
Properties
connection |
Type of connection monitor. NOTE: This property will not be serialized. It can only be populated by the server. |
monitoring |
The monitoring status of the connection monitor. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The provisioning state of the connection monitor. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
Inherited Properties
auto |
Determines if the connection monitor will start automatically once created. |
destination | Describes the destination of connection monitor. |
endpoints | List of connection monitor endpoints. |
monitoring |
Monitoring interval in seconds. |
notes | Optional notes to be associated with the connection monitor. |
outputs | List of connection monitor outputs. |
source | Describes the source of connection monitor. |
test |
List of connection monitor test configurations. |
test |
List of connection monitor test groups. |
Property Details
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
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
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
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
Inherited Property Details
autoStart
Determines if the connection monitor will start automatically once created.
autoStart?: boolean
Property Value
boolean
Inherited From ConnectionMonitorParameters.autoStart
destination
Describes the destination of connection monitor.
destination?: ConnectionMonitorDestination
Property Value
Inherited From ConnectionMonitorParameters.destination
endpoints
List of connection monitor endpoints.
endpoints?: ConnectionMonitorEndpoint[]
Property Value
Inherited From ConnectionMonitorParameters.endpoints
monitoringIntervalInSeconds
Monitoring interval in seconds.
monitoringIntervalInSeconds?: number
Property Value
number
Inherited From ConnectionMonitorParameters.monitoringIntervalInSeconds
notes
Optional notes to be associated with the connection monitor.
notes?: string
Property Value
string
Inherited From ConnectionMonitorParameters.notes
outputs
List of connection monitor outputs.
outputs?: ConnectionMonitorOutput[]
Property Value
Inherited From ConnectionMonitorParameters.outputs
source
Describes the source of connection monitor.
source?: ConnectionMonitorSource
Property Value
Inherited From ConnectionMonitorParameters.source
testConfigurations
List of connection monitor test configurations.
testConfigurations?: ConnectionMonitorTestConfiguration[]
Property Value
Inherited From ConnectionMonitorParameters.testConfigurations
testGroups
List of connection monitor test groups.
testGroups?: ConnectionMonitorTestGroup[]
Property Value
Inherited From ConnectionMonitorParameters.testGroups