GetConnectionMonitorTestResult

data class GetConnectionMonitorTestResult(val azureApiVersion: String, val destination: String? = null, val destinationPort: Int? = null, val id: String, val isTestSuccessful: Boolean, val name: String, val path: List<String>, val provisioningState: String, val sourceAgent: String? = null, val testFrequencyInSec: Int? = null, val type: String)

The Connection Monitor Test class.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, destination: String? = null, destinationPort: Int? = null, id: String, isTestSuccessful: Boolean, name: String, path: List<String>, provisioningState: String, sourceAgent: String? = null, testFrequencyInSec: Int? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val destination: String? = null

The Connection Monitor test destination

Link copied to clipboard
val destinationPort: Int? = null

The Connection Monitor test destination port

Link copied to clipboard
val id: String

The ID of the resource.

Link copied to clipboard

The flag that indicates if the Connection Monitor test is successful or not.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The path representing the Connection Monitor test.

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard
val sourceAgent: String? = null

The Connection Monitor test source agent

Link copied to clipboard
val testFrequencyInSec: Int? = null

The Connection Monitor test frequency in seconds

Link copied to clipboard

The type of the resource.