TelemetryEndpoint Class

Definition

A telemetry export endpoint configuration. Please note this is the abstract base class. The derived classes available for instantiation are: OtlpTelemetryEndpoint.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.Agents.UnknownTelemetryEndpoint))]
public abstract class TelemetryEndpoint : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.TelemetryEndpoint>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.TelemetryEndpoint>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.Agents.UnknownTelemetryEndpoint))>]
type TelemetryEndpoint = class
    interface IJsonModel<TelemetryEndpoint>
    interface IPersistableModel<TelemetryEndpoint>
Public MustInherit Class TelemetryEndpoint
Implements IJsonModel(Of TelemetryEndpoint), IPersistableModel(Of TelemetryEndpoint)
Inheritance
TelemetryEndpoint
Derived
Attributes
Implements

Applies to