TelemetryEndpointAuthentication 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.UnknownTelemetryEndpointAuthentication))]
public abstract class TelemetryEndpointAuthentication : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.TelemetryEndpointAuthentication>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.TelemetryEndpointAuthentication>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.Agents.UnknownTelemetryEndpointAuthentication))>]
type TelemetryEndpointAuthentication = class
interface IJsonModel<TelemetryEndpointAuthentication>
interface IPersistableModel<TelemetryEndpointAuthentication>
Public MustInherit Class TelemetryEndpointAuthentication
Implements IJsonModel(Of TelemetryEndpointAuthentication), IPersistableModel(Of TelemetryEndpointAuthentication)
- Inheritance
-
TelemetryEndpointAuthentication
- Derived
- Attributes
- Implements