AgentEndpointConfiguration 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 AgentEndpointConfiguration.
public class AgentEndpointConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.AgentEndpointConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.AgentEndpointConfiguration>
type AgentEndpointConfiguration = class
interface IJsonModel<AgentEndpointConfiguration>
interface IPersistableModel<AgentEndpointConfiguration>
Public Class AgentEndpointConfiguration
Implements IJsonModel(Of AgentEndpointConfiguration), IPersistableModel(Of AgentEndpointConfiguration)
- Inheritance
-
AgentEndpointConfiguration
- Implements
Constructors
| Name | Description |
|---|---|
| AgentEndpointConfiguration() |
Initializes a new instance of AgentEndpointConfiguration. |
Properties
| Name | Description |
|---|---|
| AuthorizationSchemes |
The authorization schemes supported by the agent endpoint. |
| Protocols |
The protocols that the agent supports. |
| VersionSelector |
The version selector of the agent endpoint determines how traffic is routed to different versions of the agent. |