ConnectionMonitorResult interface

Information about the connection monitor.

Extends

Properties

autoStart

Determines if the connection monitor will start automatically once created.

connectionMonitorType

Type of connection monitor.

destination

Describes the destination of connection monitor.

endpoints

List of connection monitor endpoints.

monitoringIntervalInSeconds

Monitoring interval in seconds.

monitoringStatus

The monitoring status of the connection monitor.

notes

Optional notes to be associated with the connection monitor.

outputs

List of connection monitor outputs.

provisioningState

The provisioning state of the connection monitor.

source

Describes the source of connection monitor.

startTime

The date and time when the connection monitor was started.

testConfigurations

List of connection monitor test configurations.

testGroups

List of connection monitor test groups.

Inherited Properties

etag

A unique read-only string that changes whenever the resource is updated.

id

ID of the connection monitor.

location

Connection monitor location.

name

Name of the connection monitor.

tags

Connection monitor tags.

type

Connection monitor type.

Property Details

autoStart

Determines if the connection monitor will start automatically once created.

autoStart?: boolean

Property Value

boolean

connectionMonitorType

Type of connection monitor.

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

monitoringIntervalInSeconds

Monitoring interval in seconds.

monitoringIntervalInSeconds?: number

Property Value

number

monitoringStatus

The monitoring status of the connection monitor.

monitoringStatus?: 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.

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.

startTime?: Date

Property Value

Date

testConfigurations

List of connection monitor test configurations.

testConfigurations?: ConnectionMonitorTestConfiguration[]

Property Value

testGroups

List of connection monitor test groups.

testGroups?: ConnectionMonitorTestGroup[]

Property Value

Inherited Property Details

etag

A unique read-only string that changes whenever the resource is updated.

etag?: string

Property Value

string

Inherited From TrackedResourceWithEtag.etag

id

ID of the connection monitor.

id?: string

Property Value

string

Inherited From TrackedResourceWithEtag.id

location

Connection monitor location.

location?: string

Property Value

string

Inherited From TrackedResourceWithEtag.location

name

Name of the connection monitor.

name?: string

Property Value

string

Inherited From TrackedResourceWithEtag.name

tags

Connection monitor tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From TrackedResourceWithEtag.tags

type

Connection monitor type.

type?: string

Property Value

string

Inherited From TrackedResourceWithEtag.type