Share via


ApplicationInsightsAnnotation Class

Definition

Annotation associated with an application insights resource.

public class ApplicationInsightsAnnotation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsAnnotation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsAnnotation>
type ApplicationInsightsAnnotation = class
    interface IJsonModel<ApplicationInsightsAnnotation>
    interface IPersistableModel<ApplicationInsightsAnnotation>
Public Class ApplicationInsightsAnnotation
Implements IJsonModel(Of ApplicationInsightsAnnotation), IPersistableModel(Of ApplicationInsightsAnnotation)
Inheritance
ApplicationInsightsAnnotation
Implements

Constructors

ApplicationInsightsAnnotation()

Initializes a new instance of ApplicationInsightsAnnotation.

Properties

AnnotationName

Name of annotation.

Category

Category of annotation, free form.

EventOccurredOn

Time when event occurred.

Id

Unique Id for annotation.

Properties

Serialized JSON object for detailed properties.

RelatedAnnotation

Related parent annotation if any.

Explicit Interface Implementations

IJsonModel<ApplicationInsightsAnnotation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApplicationInsightsAnnotation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationInsightsAnnotation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationInsightsAnnotation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApplicationInsightsAnnotation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to