ProjectsAgentsModelFactory.TelemetryEndpointAuthentication(String) Method
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.
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.