ConnectionMonitor interface
Parameters that define the operation to create a connection monitor.
Properties
| location | Connection monitor location. |
| properties | Properties of the connection monitor. |
| tags | Connection monitor tags. |
Property Details
location
Connection monitor location.
location?: string
Property Value
string
properties
Properties of the connection monitor.
properties: ConnectionMonitorParameters
Property Value
tags
Connection monitor tags.
tags?: Record<string, string>
Property Value
Record<string, string>