Annotation interface
Annotation associated with an application insights resource.
Properties
annotation |
Name of annotation |
category | Category of annotation, free form |
event |
Time when event occurred |
id | Unique Id for annotation |
properties | Serialized JSON object for detailed properties |
related |
Related parent annotation if any |
Property Details
annotationName
Name of annotation
annotationName?: string
Property Value
string
category
Category of annotation, free form
category?: string
Property Value
string
eventTime
Time when event occurred
eventTime?: Date
Property Value
Date
id
Unique Id for annotation
id?: string
Property Value
string
properties
Serialized JSON object for detailed properties
properties?: string
Property Value
string
relatedAnnotation
Related parent annotation if any
relatedAnnotation?: string
Property Value
string
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for JavaScript