Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Annotation

Package version

interface

An interface representing Annotation. Annotation associated with an application insights resource.

Hierarchy

  • Annotation

Index

Properties

Optional annotationName

annotationName: undefined | string
member

{string} [annotationName] Name of annotation

Optional category

category: undefined | string
member

{string} [category] Category of annotation, free form

Optional eventTime

eventTime: Date
member

{Date} [eventTime] Time when event occurred

Optional id

id: undefined | string
member

{string} [id] Unique Id for annotation

Optional properties

properties: undefined | string
member

{string} [properties] Serialized JSON object for detailed properties

Optional relatedAnnotation

relatedAnnotation: undefined | string
member

{string} [relatedAnnotation] Related parent annotation if any. Default value: 'null' .

Generated using TypeDoc