TelemetryEndpoint 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.
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
Properties
| Name | Description |
|---|---|
| Auth |
Optional authentication configuration. |
| Data |
Data types to export to this endpoint. Use an empty array to export no data. |