Interface Annotation


  • public interface Annotation
    An immutable client-side representation of Annotation.
    • Method Detail

      • annotationName

        String annotationName()
        Gets the annotationName property: Name of annotation.
        Returns:
        the annotationName value.
      • category

        String category()
        Gets the category property: Category of annotation, free form.
        Returns:
        the category value.
      • eventTime

        OffsetDateTime eventTime()
        Gets the eventTime property: Time when event occurred.
        Returns:
        the eventTime value.
      • id

        String id()
        Gets the id property: Unique Id for annotation.
        Returns:
        the id value.
      • properties

        String properties()
        Gets the properties property: Serialized JSON object for detailed properties.
        Returns:
        the properties value.
      • relatedAnnotation

        String relatedAnnotation()
        Gets the relatedAnnotation property: Related parent annotation if any.
        Returns:
        the relatedAnnotation value.
      • innerModel

        AnnotationInner innerModel()
        Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.AnnotationInner object.
        Returns:
        the inner object.