ConnectionMonitorResultOutput interface
Information about the connection monitor.
Properties
| etag | A unique read-only string that changes whenever the resource is updated. |
| id | ID of the connection monitor. |
| location | Connection monitor location. |
| name | Name of the connection monitor. |
| properties | Properties of the connection monitor result. |
| tags | Connection monitor tags. |
| type | Connection monitor type. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
id
ID of the connection monitor.
id?: string
Property Value
string
location
Connection monitor location.
location?: string
Property Value
string
name
Name of the connection monitor.
name?: string
Property Value
string
properties
Properties of the connection monitor result.
properties?: ConnectionMonitorResultPropertiesOutput
Property Value
tags
Connection monitor tags.
tags?: Record<string, string>
Property Value
Record<string, string>
type
Connection monitor type.
type?: string
Property Value
string