ConnectionMonitorResultPropertiesOutput interface
Describes the properties of a connection monitor.
Properties
| connection |
Type of connection monitor. |
| monitoring |
The monitoring status of the connection monitor. |
| provisioning |
The provisioning state of the connection monitor. |
| start |
The date and time when the connection monitor was started. |
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.
connectionMonitorType?: "MultiEndpoint" | "SingleSourceDestination"
Property Value
"MultiEndpoint" | "SingleSourceDestination"
monitoringStatus
The monitoring status of the connection monitor.
monitoringStatus?: string
Property Value
string
provisioningState
The provisioning state of the connection monitor.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
startTime
The date and time when the connection monitor was started.
startTime?: string
Property Value
string
Inherited Property Details
autoStart
Determines if the connection monitor will start automatically once created.
autoStart?: boolean
Property Value
boolean
Inherited From ConnectionMonitorParametersOutput.autoStart
destination
Describes the destination of connection monitor.
destination?: ConnectionMonitorDestinationOutput
Property Value
Inherited From ConnectionMonitorParametersOutput.destination
endpoints
List of connection monitor endpoints.
endpoints?: ConnectionMonitorEndpointOutput[]
Property Value
Inherited From ConnectionMonitorParametersOutput.endpoints
monitoringIntervalInSeconds
Monitoring interval in seconds.
monitoringIntervalInSeconds?: number
Property Value
number
Inherited From ConnectionMonitorParametersOutput.monitoringIntervalInSeconds
notes
Optional notes to be associated with the connection monitor.
notes?: string
Property Value
string
Inherited From ConnectionMonitorParametersOutput.notes
outputs
List of connection monitor outputs.
outputs?: ConnectionMonitorOutputOutput[]
Property Value
Inherited From ConnectionMonitorParametersOutput.outputs
source
Describes the source of connection monitor.
source?: ConnectionMonitorSourceOutput
Property Value
Inherited From ConnectionMonitorParametersOutput.source
testConfigurations
List of connection monitor test configurations.
testConfigurations?: ConnectionMonitorTestConfigurationOutput[]
Property Value
Inherited From ConnectionMonitorParametersOutput.testConfigurations
testGroups
List of connection monitor test groups.
testGroups?: ConnectionMonitorTestGroupOutput[]
Property Value
Inherited From ConnectionMonitorParametersOutput.testGroups