ProjectsAgentsModelFactory.TelemetryEndpointAuth(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.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.