ProjectsAgentsModelFactory.TelemetryEndpointAuth(String) Method

Definition

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

public static Azure.AI.Projects.Agents.TelemetryEndpointAuth TelemetryEndpointAuth(string type = default);
static member TelemetryEndpointAuth : string -> Azure.AI.Projects.Agents.TelemetryEndpointAuth
Public Shared Function TelemetryEndpointAuth (Optional type As String = Nothing) As TelemetryEndpointAuth

Parameters

type
String

The authentication type.

Returns

A new TelemetryEndpointAuth instance for mocking.

Applies to