ProjectsAgentsModelFactory.AgentEndpointAuthorizationScheme(String) Method

Definition

The AgentEndpointAuthorizationScheme. Please note this is the abstract base class. The derived classes available for instantiation are: EntraAuthorizationScheme, BotServiceAuthorizationScheme, and BotServiceRbacAuthorizationScheme.

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

Parameters

type
String

Returns

A new AgentEndpointAuthorizationScheme instance for mocking.

Applies to