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

Annotation 类

定义

与 Application Insights 资源关联的注释。

public class Annotation
type Annotation = class
Public Class Annotation
继承
Annotation

构造函数

Annotation()

初始化 Annotation 类的新实例。

Annotation(String, String, Nullable<DateTime>, String, String, String)

初始化 Annotation 类的新实例。

属性

AnnotationName

获取或设置批注的名称

Category

获取或设置批注的类别,自由形式

EventTime

获取或设置事件发生的时间

Id

获取或设置批注的唯一 ID

Properties

获取或设置详细属性的序列化 JSON 对象

RelatedAnnotation

获取或设置相关的父批注(如果有)

适用于