AgentIdentity 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 AgentIdentity.
public class AgentIdentity : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.AgentIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.AgentIdentity>
type AgentIdentity = class
interface IJsonModel<AgentIdentity>
interface IPersistableModel<AgentIdentity>
Public Class AgentIdentity
Implements IJsonModel(Of AgentIdentity), IPersistableModel(Of AgentIdentity)
- Inheritance
-
AgentIdentity
- Implements
Properties
| Name | Description |
|---|---|
| ClientId |
The client ID of the agent instance. Also referred to as the instance ID. |
| PrincipalId |
The principal ID of the agent instance. |