Share via


ApplicationInsightsConfiguration Class

Definition

Data Source for Application Insights.

public class ApplicationInsightsConfiguration : Azure.AI.Projects.InputData, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ApplicationInsightsConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ApplicationInsightsConfiguration>
type ApplicationInsightsConfiguration = class
    inherit InputData
    interface IJsonModel<ApplicationInsightsConfiguration>
    interface IPersistableModel<ApplicationInsightsConfiguration>
Public Class ApplicationInsightsConfiguration
Inherits InputData
Implements IJsonModel(Of ApplicationInsightsConfiguration), IPersistableModel(Of ApplicationInsightsConfiguration)
Inheritance
ApplicationInsightsConfiguration
Implements

Constructors

ApplicationInsightsConfiguration(String, String, String)

Initializes a new instance of ApplicationInsightsConfiguration.

Properties

ConnectionString

Connection String to connect to ApplicationInsights.

Query

Query to fetch the data.

ResourceId

LogAnalytic Workspace resourceID associated with ApplicationInsights.

ServiceName

Service name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApplicationInsightsConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationInsightsConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<InputData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from InputData)
IJsonModel<InputData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from InputData)
IPersistableModel<ApplicationInsightsConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationInsightsConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationInsightsConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<InputData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from InputData)
IPersistableModel<InputData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from InputData)
IPersistableModel<InputData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from InputData)

Applies to