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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for JavaScript