ConnectionMonitorTestProperties interface
The properties that define a Connection Monitor Test.
Properties
| destination | The Connection Monitor test destination |
| destination |
The Connection Monitor test destination port |
| is |
The flag that indicates if the Connection Monitor test is successful or not. |
| path | The path representing the Connection Monitor test. |
| provisioning |
The provisioning state of the resource. |
| source |
The Connection Monitor test source agent |
| test |
The Connection Monitor test frequency in seconds |
Property Details
destination
The Connection Monitor test destination
destination?: string
Property Value
string
destinationPort
The Connection Monitor test destination port
destinationPort?: number
Property Value
number
isTestSuccessful
The flag that indicates if the Connection Monitor test is successful or not.
isTestSuccessful?: boolean
Property Value
boolean
path
The path representing the Connection Monitor test.
path?: string[]
Property Value
string[]
provisioningState
The provisioning state of the resource.
provisioningState?: string
Property Value
string
sourceAgent
The Connection Monitor test source agent
sourceAgent?: string
Property Value
string
testFrequencyInSec
The Connection Monitor test frequency in seconds
testFrequencyInSec?: number
Property Value
number