AgentEndpoint 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 AgentEndpoint.
public class AgentEndpoint : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.AgentEndpoint>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.AgentEndpoint>
type AgentEndpoint = class
interface IJsonModel<AgentEndpoint>
interface IPersistableModel<AgentEndpoint>
Public Class AgentEndpoint
Implements IJsonModel(Of AgentEndpoint), IPersistableModel(Of AgentEndpoint)
- Inheritance
-
AgentEndpoint
- Implements
Constructors
| Name | Description |
|---|---|
| AgentEndpoint() |
Initializes a new instance of AgentEndpoint. |
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. |