你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Annotation interface

与 application insights 资源关联的注释。

属性

annotationName

批注的名称

category

批注类别,自由形式

eventTime

事件发生的时间

id

批注的唯一 ID

properties

详细属性的序列化 JSON 对象

relatedAnnotation

相关父批注(如果有)

属性详细信息

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