VersionIndicator 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 determining which agent version backs the session. Please note this is the abstract base class. The derived classes available for instantiation are: VersionRefIndicator.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.Agents.UnknownVersionIndicator))]
public abstract class VersionIndicator : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.VersionIndicator>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.VersionIndicator>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.Agents.UnknownVersionIndicator))>]
type VersionIndicator = class
interface IJsonModel<VersionIndicator>
interface IPersistableModel<VersionIndicator>
Public MustInherit Class VersionIndicator
Implements IJsonModel(Of VersionIndicator), IPersistableModel(Of VersionIndicator)
- Inheritance
-
VersionIndicator
- Derived
- Attributes
- Implements