AgentEndpointAuthorizationScheme Class
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.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.Agents.UnknownAgentEndpointAuthorizationScheme))]
public abstract class AgentEndpointAuthorizationScheme : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.AgentEndpointAuthorizationScheme>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.AgentEndpointAuthorizationScheme>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.Agents.UnknownAgentEndpointAuthorizationScheme))>]
type AgentEndpointAuthorizationScheme = class
interface IJsonModel<AgentEndpointAuthorizationScheme>
interface IPersistableModel<AgentEndpointAuthorizationScheme>
Public MustInherit Class AgentEndpointAuthorizationScheme
Implements IJsonModel(Of AgentEndpointAuthorizationScheme), IPersistableModel(Of AgentEndpointAuthorizationScheme)
- Inheritance
-
AgentEndpointAuthorizationScheme
- Derived
- Attributes
- Implements