VersionRefIndicator 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.
Version indicator that references a specific agent version by name.
public class VersionRefIndicator : Azure.AI.Projects.Agents.VersionIndicator, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.VersionRefIndicator>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.VersionRefIndicator>
type VersionRefIndicator = class
inherit VersionIndicator
interface IJsonModel<VersionRefIndicator>
interface IPersistableModel<VersionRefIndicator>
Public Class VersionRefIndicator
Inherits VersionIndicator
Implements IJsonModel(Of VersionRefIndicator), IPersistableModel(Of VersionRefIndicator)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| VersionRefIndicator(String) |
Initializes a new instance of VersionRefIndicator. |
Properties
| Name | Description |
|---|---|
| AgentVersion |
The agent version identifier returned by the agent version APIs. |