Get Connection Monitor Result
data class GetConnectionMonitorResult(val autoStart: Boolean? = null, val azureApiVersion: String, 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
constructor(autoStart: Boolean? = null, azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Type of connection monitor.
Link copied to clipboard
Describes the destination of connection monitor.
Link copied to clipboard
List of connection monitor endpoints.
Link copied to clipboard
Monitoring interval in seconds.
Link copied to clipboard
The monitoring status of the connection monitor.
Link copied to clipboard
List of connection monitor outputs.
Link copied to clipboard
The provisioning state of the connection monitor.
Link copied to clipboard
Describes the source of connection monitor.
Link copied to clipboard
List of connection monitor test configurations.
Link copied to clipboard
List of connection monitor test groups.