Share via


ConnectionMonitorResultProperties interface

Describes the properties of a connection monitor.

Extends

Inherited Properties

autoStart

Determines if the connection monitor will start automatically once created.

destination

Describes the destination of connection monitor.

endpoints

List of connection monitor endpoints.

monitoringIntervalInSeconds

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.

testConfigurations

List of connection monitor test configurations.

testGroups

List of connection monitor test groups.

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