ConnectionMonitorTest interface
The Connection Monitor Test class.
- Extends
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. NOTE: This property will not be serialized. It can only be populated by the server. |
path | The path representing the Connection Monitor test. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
The Connection Monitor test source agent |
test |
The Connection Monitor test frequency in seconds |
Inherited Properties
id | The ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
isTestSuccessful?: boolean
Property Value
boolean
path
The path representing the Connection Monitor test. NOTE: This property will not be serialized. It can only be populated by the server.
path?: string[]
Property Value
string[]
provisioningState
The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
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
Inherited Property Details
id
The ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type