Get Connection Monitor Result
data class GetConnectionMonitorResult(val autoStart: Boolean? = null, val connectionMonitorType: String, val destination: ConnectionMonitorDestinationResponse? = null, val endpoints: List<ConnectionMonitorEndpointResponse>? = null, val etag: String, val id: String, val location: String? = null, val monitoringIntervalInSeconds: Int? = null, val monitoringStatus: String, val name: String, val notes: String? = null, val outputs: List<ConnectionMonitorOutputResponse>? = null, val provisioningState: String, val source: ConnectionMonitorSourceResponse? = null, val startTime: String, val tags: Map<String, String>? = null, val testConfigurations: List<ConnectionMonitorTestConfigurationResponse>? = null, val testGroups: List<ConnectionMonitorTestGroupResponse>? = null, val type: String)
Information about the connection monitor.
Constructors
Link copied to clipboard
fun GetConnectionMonitorResult(autoStart: Boolean? = null, connectionMonitorType: String, destination: ConnectionMonitorDestinationResponse? = null, endpoints: List<ConnectionMonitorEndpointResponse>? = null, etag: String, id: String, location: String? = null, monitoringIntervalInSeconds: Int? = null, monitoringStatus: String, name: String, notes: String? = null, outputs: List<ConnectionMonitorOutputResponse>? = null, provisioningState: String, source: ConnectionMonitorSourceResponse? = null, startTime: String, tags: Map<String, String>? = null, testConfigurations: List<ConnectionMonitorTestConfigurationResponse>? = null, testGroups: List<ConnectionMonitorTestGroupResponse>? = null, type: String)