ProjectsAgentsModelFactory.TelemetryEndpointAuthentication(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.TelemetryEndpointAuthentication TelemetryEndpointAuthentication(string type = default);
static member TelemetryEndpointAuthentication : string -> Azure.AI.Projects.Agents.TelemetryEndpointAuthentication
Public Shared Function TelemetryEndpointAuthentication (Optional type As String = Nothing) As TelemetryEndpointAuthentication

Parameters

type
String

The authentication type.

Returns

A new TelemetryEndpointAuthentication instance for mocking.

Applies to