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