GetConnectionMonitorResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoStart: Boolean? = null

Determines if the connection monitor will start automatically once created.

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

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String

ID of the connection monitor.

Link copied to clipboard
val location: String? = null

Connection monitor location.

Link copied to clipboard

Monitoring interval in seconds.

Link copied to clipboard

The monitoring status of the connection monitor.

Link copied to clipboard

Name of the connection monitor.

Link copied to clipboard
val notes: String? = null

Optional notes to be associated with 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

The date and time when the connection monitor was started.

Link copied to clipboard
val tags: Map<String, String>? = null

Connection monitor tags.

Link copied to clipboard

List of connection monitor test configurations.

Link copied to clipboard

List of connection monitor test groups.

Link copied to clipboard

Connection monitor type.