TelemetryEndpointAuth Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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