Annotation interface
与 application insights 资源关联的注释。
属性
| annotation |
批注的名称 |
| category | 批注类别,自由形式 |
| event |
事件发生的时间 |
| id | 批注的唯一 ID |
| properties | 详细属性的序列化 JSON 对象 |
| related |
相关父批注(如果有) |
属性详细信息
annotationName
批注的名称
annotationName?: string
属性值
string
category
批注类别,自由形式
category?: string
属性值
string
eventTime
事件发生的时间
eventTime?: Date
属性值
Date
id
批注的唯一 ID
id?: string
属性值
string
properties
详细属性的序列化 JSON 对象
properties?: string
属性值
string
relatedAnnotation
相关父批注(如果有)
relatedAnnotation?: string
属性值
string