TelemetryEndpointAuth Class

Definition

Authentication configuration for a telemetry endpoint. Please note this is the abstract base class. The derived classes available for instantiation are: HeaderTelemetryEndpointAuth.

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

Applies to