TrackedResourceWithEtag interface
Tracked resource with optional location.
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. |
| 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
tags
Connection monitor tags.
tags?: Record<string, string>
Property Value
Record<string, string>
type
Connection monitor type.
type?: string
Property Value
string